summaryrefslogtreecommitdiffstats
path: root/accounts/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/__init__.py')
-rw-r--r--accounts/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/__init__.py b/accounts/__init__.py
index c9310fe..883d45c 100644
--- a/accounts/__init__.py
+++ b/accounts/__init__.py
@@ -14,7 +14,7 @@ from typing import Optional
def absolute_paths(app: Flask, config: str) -> None:
- def handle_option(dirname, name):
+ def handle_option(dirname: str, name: str):
if app.config.get(name):
app.config[name] = os.path.join(dirname, app.config[name])