Skip to content

Commit

Permalink
Removed blank whitespace in config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalg99 committed Mar 6, 2024
1 parent 52893fa commit b0e8ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpie/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def __init__(self, directory: Union[str, Path] = DEFAULT_CONFIG_DIR):
@property
def default_options(self) -> list:
return self['default_options']

@property
def default_headers(self) -> list:
return self["default_headers"]
Expand Down

0 comments on commit b0e8ab5

Please sign in to comment.