We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1b080 commit a07439aCopy full SHA for a07439a
src/ssec_project/__init__.py
@@ -1,5 +1,5 @@
1
from __future__ import annotations
2
3
-from .version import version as __version__
+from .version import version as __version__ # type: ignore[import-not-found]
4
5
__all__ = ["__version__"]
0 commit comments