diff --git a/backend/app/core/db.py b/backend/app/core/db.py index ff91c1a..40ff77f 100644 --- a/backend/app/core/db.py +++ b/backend/app/core/db.py @@ -15,7 +15,6 @@ if not DATABASE_URL: raise Exception("Only MariaDB is supported. Please set the DATABASE_URL environment variable.") # Load all models to register them - from app.models.user import User from app.models.transaction import Transaction