diff --git a/build-requirements.txt b/build-requirements.txt index 31f7498..fb94ff6 100644 --- a/build-requirements.txt +++ b/build-requirements.txt @@ -1,3 +1,4 @@ pyscss~=1.3 mypy python-dotenv~=0.15 +types-toml diff --git a/snikket_web/__init__.py b/snikket_web/__init__.py index 2f4e043..184a96f 100644 --- a/snikket_web/__init__.py +++ b/snikket_web/__init__.py @@ -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