There was an error while loading. Please reload this page.
1 parent 870b22b commit 7517437Copy full SHA for 7517437
1 file changed
Lib/test/test_typing.py
@@ -377,7 +377,7 @@ def test_bad_var_substitution(self):
377
T = TypeVar('T')
378
P = ParamSpec("P")
379
bad_args = (
380
- 42, ..., [int], (), (int, str), Union,
+ (), (int, str), Union,
381
Generic, Generic[T], Protocol, Protocol[T],
382
Final, Final[int], ClassVar, ClassVar[int],
383
)
0 commit comments