mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
remove _types (#4220)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user