mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
fix type hint
This commit is contained in:
@ -252,7 +252,7 @@ def parser_info(parser_mod_name: str) -> Dict[str, Any]:
|
|||||||
|
|
||||||
return info_dict
|
return info_dict
|
||||||
|
|
||||||
def all_parser_info() -> List[Dict[str, Any]:
|
def all_parser_info() -> List[Dict[str, Any]]:
|
||||||
return [parser_info(_cliname_to_modname(p)) for p in parsers]
|
return [parser_info(_cliname_to_modname(p)) for p in parsers]
|
||||||
|
|
||||||
def get_help(parser_mod_name: str) -> None:
|
def get_help(parser_mod_name: str) -> None:
|
||||||
|
Reference in New Issue
Block a user