summaryrefslogtreecommitdiffstats
path: root/migrations/env.py
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/env.py')
-rw-r--r--migrations/env.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/migrations/env.py b/migrations/env.py
index 1627e693..c2ff58c1 100644
--- a/migrations/env.py
+++ b/migrations/env.py
@@ -1,10 +1,11 @@
-import aurweb.db
-import aurweb.schema
-
-from alembic import context
import logging.config
+
import sqlalchemy
+from alembic import context
+
+import aurweb.db
+import aurweb.schema
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.