Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Oct 11, 2023
1 parent c459063 commit 396ebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def find_env_variable(self, section, key) -> bool | int | str | None:
return None

def get(self, section, key=None, default=None):
"""Gets a setting from the config file."""\
"""Gets a setting from the config file."""
if key is None:
return getattr(self, section)
if hasattr(self, section) and key in self[section]:
Expand Down

0 comments on commit 396ebf7

Please sign in to comment.