mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
refactor(backend): solve copilot comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from sqlalchemy import Column, Integer, String, Float
|
||||
from ..core.db import Base
|
||||
from app.core.db import Base
|
||||
|
||||
class Transaction(Base):
|
||||
__tablename__ = "transaction"
|
||||
|
||||
Reference in New Issue
Block a user