mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
remove stray ','
This commit is contained in:
@@ -9,8 +9,8 @@ ModuleInfo = NamedTuple('ModuleInfo', [('name', str),
|
||||
('module_type', int),
|
||||
])
|
||||
def getmembers(object: object,
|
||||
predicate: Callable[[Any], bool] = ...,
|
||||
) -> List[Tuple[str, object]]: ...
|
||||
predicate: Callable[[Any], bool] = ...
|
||||
) -> List[Tuple[str, object]]: ...
|
||||
def getmoduleinfo(path: str) -> Optional[ModuleInfo]: ...
|
||||
def getmodulename(path: str) -> Optional[str]: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user