mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Stubtest fixes (#5391)
This commit is contained in:
@@ -12,4 +12,4 @@ class struct_spwd(NamedTuple):
|
||||
sp_flag: int
|
||||
|
||||
def getspall() -> List[struct_spwd]: ...
|
||||
def getspnam(name: str) -> struct_spwd: ...
|
||||
def getspnam(__arg: str) -> struct_spwd: ...
|
||||
|
||||
Reference in New Issue
Block a user