Skip to content

Commit

Permalink
Pass on new Mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Jan 31, 2022
1 parent 58840c4 commit cabf13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/src/hypothesis/entry_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# We prefer to use importlib.metadata, or the backport on Python <= 3.7,
# because it's much faster than pkg_resources (200ms import time speedup).
try:
from importlib import metadata as importlib_metadata # type: ignore
from importlib import metadata as importlib_metadata
except ImportError:
import importlib_metadata # type: ignore # mypy thinks this is a redefinition

Expand Down

0 comments on commit cabf13d

Please sign in to comment.