Skip to content

Commit

Permalink
fix mypy issue with _version import
Browse files Browse the repository at this point in the history
  • Loading branch information
Günther Jena committed Sep 29, 2022
1 parent 37681f9 commit 4190c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broqer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__email__ = 'guenther@jena.at'

try:
from ._version import version as __version__
from ._version import version as __version__ # type: ignore
except ImportError:
__version__ = 'not available'

Expand Down

0 comments on commit 4190c02

Please sign in to comment.