Skip to content

Commit b32d90f

Browse files
committed
Use relative import path in __init__.py
1 parent 2c692fb commit b32d90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swiftype/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from version import VERSION
1+
from .version import VERSION
22

33
__version__ = VERSION

0 commit comments

Comments
 (0)