From 2eff2c7958150c5b206fd8388efdf16e726ebb1a Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 13 Nov 2023 14:24:46 +0000 Subject: Lint repo with new ruff rules --- 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 61b0843..6fced40 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, I001 -from metricity.models import Base # noqa: E402 +from metricity.database import build_db_uri # noqa: E402 +from metricity.models import Base # noqa: E402 # this is the Alembic Config object, which provides # access to the values within the .ini file in use. -- cgit v1.2.3