Skip to content

Commit eb1b47d

Browse files
committed
Fixes coverage
1 parent fd3874f commit eb1b47d

File tree

1 file changed

+1
-1
lines changed
  • hypothesis-python/src/hypothesis/strategies/_internal

1 file changed

+1
-1
lines changed

hypothesis-python/src/hypothesis/strategies/_internal/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
ClassVarTypes: tuple = (typing.ClassVar,)
7171
try:
7272
ClassVarTypes += (typing_extensions.ClassVar,) # type: ignore
73-
except AttributeError:
73+
except AttributeError: # pragma: no cover
7474
pass # `typing_extensions` might not be installed
7575

7676

0 commit comments

Comments
 (0)