diff --git a/backend/alembic/env.py b/backend/alembic/env.py index 10293dd9..1adb33e7 100644 --- a/backend/alembic/env.py +++ b/backend/alembic/env.py @@ -1,4 +1,3 @@ -@@ -1,49 +1,34 @@ import logging from alembic import context from oasst_backend import models # noqa: F401