From 188e43f3fa9579f9ac5fb6d4d2e56e11cbd2b940 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 10 Mar 2020 22:17:31 +0100 Subject: removed unused variable --- migrations/env.py | 1 - 1 file changed, 1 deletion(-) (limited to 'migrations') diff --git a/migrations/env.py b/migrations/env.py index 4f31b751..88c71290 100644 --- a/migrations/env.py +++ b/migrations/env.py @@ -1,7 +1,6 @@ from __future__ import with_statement from alembic import context from sqlalchemy import engine_from_config, pool -from logging.config import fileConfig # this is the Alembic Config object, which provides # access to the values within the .ini file in use. -- cgit