mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Remove a bunch of unused imports (#3323)
This commit is contained in:
committed by
Jelle Zijlstra
parent
a6f146e651
commit
256b3ce8ab
@@ -3,7 +3,7 @@
|
||||
# NOTE: These are incomplete!
|
||||
|
||||
import sys
|
||||
from typing import List, NamedTuple, Optional, overload, Tuple
|
||||
from typing import List, NamedTuple, Optional, overload
|
||||
|
||||
from os import stat_result as stat_result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user