Skip to content

Commit 998539b

Browse files
committed
typo
1 parent 78940a8 commit 998539b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypothesis-python/tests/cover/test_type_lookup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def _check_instances(t):
250250
t.__module__ != "typing"
251251
and t.__name__ != "ByteString"
252252
and not t.__module__.startswith("pydantic")
253-
and t.__module__ != "typing_extensions
253+
and t.__module__ != "typing_extensions"
254254
)
255255

256256

0 commit comments

Comments
 (0)