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,6 +1,5 @@
from typing import Any, Union, IO
import io
from _types import FileDescriptorLike
from typing import Any, Union
from _typeshed import FileDescriptorLike
FASYNC: int
FD_CLOEXEC: int