diff --git a/squeaknode/db/alembic/env.py b/squeaknode/db/alembic/env.py index 7a1e75d8..f25007da 100644 --- a/squeaknode/db/alembic/env.py +++ b/squeaknode/db/alembic/env.py @@ -29,7 +29,7 @@ from squeaknode.db.models import Models # this is the Alembic Config object, which provides # access to the values within the .ini file in use. -config = context.config +config = context.config # type: ignore # Interpret the config file for Python logging. # This line sets up loggers basically.