mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +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,5 @@
|
||||
|
||||
# NOTE: These are incomplete!
|
||||
|
||||
from typing import overload, BinaryIO, TextIO
|
||||
|
||||
def get_osfhandle(file: int) -> int: ...
|
||||
def open_osfhandle(handle: int, flags: int) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user