Stubtest fixes (#5391)

This commit is contained in:
hatal175
2021-05-13 18:20:55 -07:00
committed by GitHub
parent bbe7e5ef11
commit b8e5f637b9
7 changed files with 34 additions and 25 deletions
+1 -1
View File
@@ -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: ...