Skip to content

Commit d9baea9

Browse files
committed
fix ty import for version
1 parent 9c9f873 commit d9baea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytask_r/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from __future__ import annotations
44

55
try:
6-
from ._version import version as __version__
6+
from ._version import version as __version__ # ty: ignore[unresolved-import]
77
except ImportError:
88
# broken installation, we don't even try unknown only works because we do poor mans
99
# version compare

0 commit comments

Comments
 (0)