Bring happiness to mypy

This commit is contained in:
Jonas Schäfer
2021-06-18 16:11:22 +02:00
parent 20d84e7dd1
commit 0f2127a672
2 changed files with 2 additions and 1 deletions

View File

@@ -173,7 +173,7 @@ def create_app() -> quart.Quart:
pass
else:
import runpy
init_vars = runpy.run_path(env_init) # type:ignore
init_vars = runpy.run_path(env_init)
for name, value in init_vars.items():
if not name:
continue