This commit is contained in:
Jakub Roztocil 2020-05-27 16:12:31 +02:00
parent c2a0cef76e
commit cb51faec51

View File

@ -184,7 +184,6 @@ def readable_file_arg(filename):
raise argparse.ArgumentTypeError(f'{filename}: {ex.args[1]}')
def parse_format_options(s: str, defaults: Optional[dict]) -> dict:
"""
Parse `s` and update `defaults` with the parsed values.