Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Aug 10, 2024
1 parent 78940a8 commit 998539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/tests/cover/test_type_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def _check_instances(t):
t.__module__ != "typing"
and t.__name__ != "ByteString"
and not t.__module__.startswith("pydantic")
and t.__module__ != "typing_extensions
and t.__module__ != "typing_extensions"
)


Expand Down

0 comments on commit 998539b

Please sign in to comment.