diff --git a/alembic/env.py b/alembic/env.py index 73b4e31..df42a29 100644 --- a/alembic/env.py +++ b/alembic/env.py @@ -12,7 +12,6 @@ sys.path.append(str(Path(__file__).parent.parent)) # Import your models here from app.db.base import Base -from app.models.todo import Todo # Import all models to ensure they're registered # this is the Alembic Config object, which provides # access to the values within the .ini file in use.