aboutsummaryrefslogtreecommitdiffstats
path: root/alembic
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-02 15:46:33 +0000
committerGravatar Chris Lovering <[email protected]>2024-02-02 15:46:33 +0000
commitc341b00b139d02f18bba82b9fe085c56a4296f1c (patch)
tree45ebf42bdf6cf94f8bd5da32ca41ed3c001b5f1e /alembic
parentBump deps to latest (diff)
Bump ruff to 0.2.0
Diffstat (limited to 'alembic')
-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.