1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-11 01:10:37 +02:00

remove trailing comma

This commit is contained in:
Kelly Brazil
2022-01-26 15:31:18 -08:00
parent b5d5b7c73a
commit 27e4a120e2
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ def parse(
quiet: Optional[bool] = False,
raw: Optional[bool] = False,
ignore_exceptions: Optional[Union[None, bool]] = None,
**kwargs: Any,
**kwargs: Any
) -> Union[Dict[str, Any], List[Dict[str, Any]], Iterator[Dict[str, Any]]]:
"""
Parse the string data using the supplied parser module.