mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-07 10:20:58 +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,6 @@
|
||||
# Based on http://docs.python.org/3.2/library/stat.html
|
||||
|
||||
import sys
|
||||
import typing
|
||||
|
||||
def S_ISDIR(mode: int) -> bool: ...
|
||||
def S_ISCHR(mode: int) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user