aboutsummaryrefslogtreecommitdiff
path: root/migrations/env.py
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/env.py')
-rw-r--r--migrations/env.py1
1 files changed, 0 insertions, 1 deletions
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.
bgstack15