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,7 @@
from array import array
from typing import Any, Union, overload
from _types import FileDescriptorLike
from typing_extensions import Literal
from _typeshed import FileDescriptorLike
FASYNC: int
FD_CLOEXEC: int