refactor(backend): remove circular dependency

This commit is contained in:
2025-09-24 20:25:00 +02:00
parent 615803de2d
commit 4af6d34507

View File

@@ -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