mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Remove a bunch of unused imports (#3323)
This commit is contained in:
committed by
Jelle Zijlstra
parent
a6f146e651
commit
256b3ce8ab
@@ -2,7 +2,6 @@
|
||||
|
||||
# Based on http://docs.python.org/3.2/library/heapq.html
|
||||
|
||||
import sys
|
||||
from typing import TypeVar, List, Iterable, Any, Callable, Optional
|
||||
|
||||
_T = TypeVar('_T')
|
||||
|
||||
Reference in New Issue
Block a user