summaryrefslogtreecommitdiff
path: root/waterspout_radar/_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'waterspout_radar/_config.py')
-rw-r--r--waterspout_radar/_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterspout_radar/_config.py b/waterspout_radar/_config.py
index 36d9c0b..eaa6c58 100644
--- a/waterspout_radar/_config.py
+++ b/waterspout_radar/_config.py
@@ -39,7 +39,7 @@ class ConfigError(Exception):
"Raised when configuration could not be loaded or was malformed."
-def load(pathname: str="radar.conf") -> Config:
+def load(pathname: str) -> Config:
"Loads configuration from a file at *pathname*. May raise ConfigError when content does not meet expectations."
config = configparser.ConfigParser(allow_no_value=True)
config.read(pathname)