Skip to content

Commit

Permalink
Merge pull request #67 from ocefpaf/fix-mypi_take2
Browse files Browse the repository at this point in the history
try to fix mypy version issue
  • Loading branch information
rabernat committed Dec 1, 2020
2 parents 9e83946 + 4ef41e8 commit af83591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rechunker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Top-level package for Zarr Rechunker."""
try:
from ._version import __version__
from ._version import __version__ # type: ignore
except ImportError:
__version__ = "unknown"

Expand Down

0 comments on commit af83591

Please sign in to comment.