Skip to content

Commit baf8e33

Browse files
committed
Remove no-longer-needed import.
1 parent f6b4eae commit baf8e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/tests/generics_type_erasure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Specification: https://typing.readthedocs.io/en/latest/spec/generics.html#instantiating-generic-classes-and-type-erasure
22

3-
from typing import Any, Never, TypeVar, Generic, assert_type
3+
from typing import Any, TypeVar, Generic, assert_type
44

55
T = TypeVar("T")
66

0 commit comments

Comments
 (0)