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
@@ -7,5 +7,5 @@ class struct_group(NamedTuple):
gr_mem: List[str]
def getgrall() -> List[struct_group]: ...
def getgrgid(gid: int) -> struct_group: ...
def getgrgid(id: int) -> struct_group: ...
def getgrnam(name: str) -> struct_group: ...