From c341b00b139d02f18bba82b9fe085c56a4296f1c Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Fri, 2 Feb 2024 15:46:33 +0000 Subject: Bump ruff to 0.2.0 --- alembic/env.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alembic/env.py') 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. -- cgit v1.2.3