10000 Removed unused typing.Iterator import · python/typing_extensions@811723c · GitHub
[go: up one dir, main page]

Skip to content

Commit 811723c

Browse files
committed
Removed unused typing.Iterator import
1 parent b56468c commit 811723c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_typing_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import typing
1818
from typing import TypeVar, Optional, Union, AnyStr
1919
from typing import T, KT, VT # Not in __all__.
20-
from typing import Tuple, List, Dict, Iterable, Iterator, Callable
20+
from typing import Tuple, List, Dict, Iterable, Callable
2121
from typing import Generic
2222
from typing import no_type_check
2323
import typing_extensions

0 commit comments

Comments
 (0)
0