aboutsummaryrefslogtreecommitdiffstats
path: root/alembic/env.py
diff options
context:
space:
mode:
Diffstat (limited to 'alembic/env.py')
-rw-r--r--alembic/env.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alembic/env.py b/alembic/env.py
index 6fced40..efe2573 100644
--- a/alembic/env.py
+++ b/alembic/env.py
@@ -9,8 +9,8 @@ from alembic import context
sys.path.append(".")
-from metricity.database import build_db_uri # noqa: E402
-from metricity.models import Base # noqa: E402
+from metricity.database import build_db_uri
+from metricity.models import Base
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.