Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 23, 2024
1 parent 2af01f9 commit fbe381b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ def test_subclass_new_type(self):
assert safe_issubclass(list[new_int], typing.List[new_int])
assert safe_issubclass(typing.List[new_int], list[new_int])
assert safe_issubclass(list[new_int], typing.Sequence[new_int])
assert safe_issubclass(list[new_int], list[new_int])
assert safe_issubclass(list[new_int], list[new_int])

0 comments on commit fbe381b

Please sign in to comment.