refactor(backend): solve copilot comments

This commit is contained in:
2025-09-24 20:15:25 +02:00
parent 106497e791
commit 615803de2d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
from sqlalchemy import Column, Integer, String, Float
from app.core.db import Base
from app.core.base import Base
class Transaction(Base):
__tablename__ = "transaction"