mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-21 09:08:27 +08:00
Fixing flake8 W errors
This commit is contained in:
@@ -15,4 +15,3 @@ class struct_passwd(tuple):
|
||||
def getpwall() -> List[struct_passwd]: ...
|
||||
def getpwnam(name:str) -> struct_passwd: ...
|
||||
def getpwuid(uid:int) -> struct_passwd: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user