mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
remove _types (#4220)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# Stubs for termios
|
||||
|
||||
from typing import IO, List, Union
|
||||
from _types import FileDescriptorLike
|
||||
from typing import List, Union
|
||||
from _typeshed import FileDescriptorLike
|
||||
|
||||
_Attr = List[Union[int, List[bytes]]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user