Skip to content

Commit 853698e

Browse files
style: pre-commit fixes
1 parent cb53174 commit 853698e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_pytypes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,8 @@ def test_generic(doc):
11011101
assert doc(m.generic_T) == "generic_T[T]() -> None"
11021102

11031103
assert (
1104-
doc(m.generic_bound_int) == "generic_bound_int[T: typing.SupportsInt | typing.SupportsIndex]() -> None"
1104+
doc(m.generic_bound_int)
1105+
== "generic_bound_int[T: typing.SupportsInt | typing.SupportsIndex]() -> None"
11051106
)
11061107

11071108
assert (

0 commit comments

Comments
 (0)