Skip to content

Commit

Permalink
Merge pull request #36 from LuckySting/fix/version-imports
Browse files Browse the repository at this point in the history
[FIX] Use relative import for version
  • Loading branch information
rekby authored Mar 22, 2024
2 parents 18ab7d5 + e8280ec commit d16a771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from ._version import VERSION # noqa: F401
from .dbapi import IsolationLevel # noqa: F401
from .sqlalchemy import Upsert, types, upsert # noqa: F401
from _version import VERSION

0 comments on commit d16a771

Please sign in to comment.