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

@@ -1,3 +1,4 @@
pyscss~=1.3 pyscss~=1.3
mypy mypy
python-dotenv~=0.15 python-dotenv~=0.15
types-toml

View File

@@ -173,7 +173,7 @@ def create_app() -> quart.Quart:
pass pass
else: else:
import runpy 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(): for name, value in init_vars.items():
if not name: if not name:
continue continue