Removed blank whitespace in config.py

This commit is contained in:
yuvalg99 2024-03-06 21:30:02 +02:00
parent 52893fad4e
commit b0e8ab51ef

View File

@ -149,7 +149,7 @@ class Config(BaseConfigDict):
@property
def default_options(self) -> list:
return self['default_options']
@property
def default_headers(self) -> list:
return self["default_headers"]