We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53174 commit 853698eCopy full SHA for 853698e
tests/test_pytypes.py
@@ -1101,7 +1101,8 @@ def test_generic(doc):
1101
assert doc(m.generic_T) == "generic_T[T]() -> None"
1102
1103
assert (
1104
- doc(m.generic_bound_int) == "generic_bound_int[T: typing.SupportsInt | typing.SupportsIndex]() -> None"
+ doc(m.generic_bound_int)
1105
+ == "generic_bound_int[T: typing.SupportsInt | typing.SupportsIndex]() -> None"
1106
)
1107
1108
0 commit comments