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 f6b4eae commit baf8e33Copy full SHA for baf8e33
conformance/tests/generics_type_erasure.py
@@ -1,6 +1,6 @@
1
# Specification: https://typing.readthedocs.io/en/latest/spec/generics.html#instantiating-generic-classes-and-type-erasure
2
3
-from typing import Any, Never, TypeVar, Generic, assert_type
+from typing import Any, TypeVar, Generic, assert_type
4
5
T = TypeVar("T")
6
0 commit comments