We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a0e66 commit 267d014Copy full SHA for 267d014
hypothesis-python/src/hypothesis/internal/compat.py
@@ -17,7 +17,7 @@
17
18
try:
19
from typing import get_args
20
-except ImportError: # pragma: no cover
+except ImportError:
21
# remove at Python 3.7 end-of-life
22
from collections.abc import Callable as _Callable
23
0 commit comments