mirror of
https://github.com/httpie/cli.git
synced 2024-11-25 09:13:25 +01:00
pep8
This commit is contained in:
parent
c2a0cef76e
commit
cb51faec51
@ -184,7 +184,6 @@ def readable_file_arg(filename):
|
|||||||
raise argparse.ArgumentTypeError(f'{filename}: {ex.args[1]}')
|
raise argparse.ArgumentTypeError(f'{filename}: {ex.args[1]}')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def parse_format_options(s: str, defaults: Optional[dict]) -> dict:
|
def parse_format_options(s: str, defaults: Optional[dict]) -> dict:
|
||||||
"""
|
"""
|
||||||
Parse `s` and update `defaults` with the parsed values.
|
Parse `s` and update `defaults` with the parsed values.
|
||||||
|
Loading…
Reference in New Issue
Block a user