mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 18:13:36 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -9,6 +9,5 @@ LK_RLCK: int
|
||||
LK_UNLCK: int
|
||||
|
||||
def locking(__fd: int, __mode: int, __nbytes: int) -> None: ...
|
||||
|
||||
def get_osfhandle(__fd: int) -> int: ...
|
||||
def open_osfhandle(__handle: int, __flags: int) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user