Skip to content

Commit

Permalink
Use dot import
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 31, 2024
1 parent 129e22b commit 9e50cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tinytext/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from tinytext import _version # type: ignore[attr-defined]
from . import _version

__version__ = _version.__version__

Expand Down

0 comments on commit 9e50cb7

Please sign in to comment.