mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 19:01:15 +08:00
Fixing flake8 W errors
This commit is contained in:
@@ -203,4 +203,3 @@ def wait4(pid: int, options: int) -> Tuple[int, int, _r]: ...
|
||||
def waitpid(pid: int, options: int) -> int:
|
||||
raise OSError()
|
||||
def write(fd: int, str: str) -> int: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user