linter &c

This commit is contained in:
2025-04-24 01:05:49 -07:00
parent 0b13bb3692
commit f453222bf7
5 changed files with 71 additions and 24 deletions

View File

@@ -1,7 +1,8 @@
from dataclasses import dataclass
from uuid import UUID
from datetime import date
from decimal import Decimal
from uuid import UUID
@dataclass
class Transaction:
@@ -10,4 +11,4 @@ class Transaction:
amount: Decimal
payee: str # imported_payee in API
notes: str
imported_id: str
imported_id: str