summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera <hugo@whynothugo.nl>2024-01-11 16:09:54 +0100
committerHugo Osvaldo Barrera <hugo@whynothugo.nl>2024-01-17 15:54:43 +0100
commitd06caf9d1f30d859af9b8025a13b9d0a009817ac (patch)
treef6f568ad0f7aaeeba732899c120eca448a4b1eee
parent212987cb22ef038736784e6b72524afbc020ef74 (diff)
Remove no-op assignment
-rw-r--r--khal/settings/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/khal/settings/settings.py b/khal/settings/settings.py
index eaedfdbc..557b3134 100644
--- a/khal/settings/settings.py
+++ b/khal/settings/settings.py
@@ -64,7 +64,6 @@ def find_configuration_file() -> Optional[str]:
"""
DEFAULT_PATH = __productname__
- paths = []
paths = [os.path.join(path, os.path.join(DEFAULT_PATH, 'config'))
for path in xdg.BaseDirectory.xdg_config_dirs]
for path in paths: