From cb51faec518d9dd634654e534cc5d473a07af1f6 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 27 May 2020 16:12:31 +0200 Subject: [PATCH] pep8 --- httpie/cli/argtypes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/httpie/cli/argtypes.py b/httpie/cli/argtypes.py index b3c47169..21d44022 100644 --- a/httpie/cli/argtypes.py +++ b/httpie/cli/argtypes.py @@ -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.