Skip to content

Commit a07439a

Browse files
authored
Update __init__.py
1 parent 0a1b080 commit a07439a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ssec_project/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import annotations
22

3-
from .version import version as __version__
3+
from .version import version as __version__ # type: ignore[import-not-found]
44

55
__all__ = ["__version__"]

0 commit comments

Comments
 (0)