remove _types (#4220)

This commit is contained in:
Jelle Zijlstra
2020-06-11 00:10:52 -07:00
committed by GitHub
parent ecb43149f7
commit d0b85d7efe
12 changed files with 19 additions and 31 deletions

View File

@@ -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]]]