mirror of
https://github.com/httpie/cli.git
synced 2025-02-16 09:39:28 +01:00
Removed blank whitespace in config.py
This commit is contained in:
parent
52893fad4e
commit
b0e8ab51ef
@ -149,7 +149,7 @@ class Config(BaseConfigDict):
|
|||||||
@property
|
@property
|
||||||
def default_options(self) -> list:
|
def default_options(self) -> list:
|
||||||
return self['default_options']
|
return self['default_options']
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def default_headers(self) -> list:
|
def default_headers(self) -> list:
|
||||||
return self["default_headers"]
|
return self["default_headers"]
|
||||||
|
Loading…
Reference in New Issue
Block a user