mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-23 18:18:37 +08:00
Fixing flake8 E231 errors
This commit is contained in:
@@ -13,5 +13,5 @@ class struct_passwd(tuple):
|
||||
pw_uid = ... # type: int
|
||||
|
||||
def getpwall() -> List[struct_passwd]: ...
|
||||
def getpwnam(name:str) -> struct_passwd: ...
|
||||
def getpwuid(uid:int) -> struct_passwd: ...
|
||||
def getpwnam(name: str) -> struct_passwd: ...
|
||||
def getpwuid(uid: int) -> struct_passwd: ...
|
||||
|
||||
Reference in New Issue
Block a user