mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
refactor(backend): remove circular dependency
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user