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 0774aec commit d9c83c0Copy full SHA for d9c83c0
src/test_typing_extensions.py
@@ -6813,7 +6813,7 @@ class G(type(Unpack[Ts])): pass
6813
r'Cannot subclass typing\.Unpack'):
6814
class H(Unpack): pass
6815
with self.assertRaisesRegex(TypeError, r'Cannot subclass typing.Unpack\[Ts\]'):
6816
- class I(*Ts): pass
+ class I(*Ts): pass # noqa: E742
6817
6818
class J(Unpack[Ts]): pass
6819
0 commit comments