Skip to content

Commit 267d014

Browse files
committed
remove unnecessary no cover
1 parent 09a0e66 commit 267d014

File tree

1 file changed

+1
-1
lines changed
  • hypothesis-python/src/hypothesis/internal

1 file changed

+1
-1
lines changed

hypothesis-python/src/hypothesis/internal/compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
try:
1919
from typing import get_args
20-
except ImportError: # pragma: no cover
20+
except ImportError:
2121
# remove at Python 3.7 end-of-life
2222
from collections.abc import Callable as _Callable
2323

0 commit comments

Comments
 (0)