Skip to content

Commit d16a771

Browse files
authored
Merge pull request #36 from LuckySting/fix/version-imports
[FIX] Use relative import for version
2 parents 18ab7d5 + e8280ec commit d16a771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb_sqlalchemy/__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 # noqa: F401
12
from .dbapi import IsolationLevel # noqa: F401
23
from .sqlalchemy import Upsert, types, upsert # noqa: F401
3-
from _version import VERSION

0 commit comments

Comments
 (0)