mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-12 18:06:45 +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,7 @@
|
||||
|
||||
# Based on http://docs.python.org/3.2/library/string.html
|
||||
|
||||
from typing import Mapping, Sequence, Any, Optional, Union, List, Tuple, Iterable
|
||||
from typing import Mapping, Sequence, Any, Optional, Union, Tuple, Iterable
|
||||
|
||||
ascii_letters: str
|
||||
ascii_lowercase: str
|
||||
|
||||
Reference in New Issue
Block a user