fixup! WIP
All checks were successful
Run tests / run-tests (push) Successful in 46s

This commit is contained in:
2025-12-09 12:55:24 +09:00
parent aa4e8dbee5
commit 6a83a41f28
12 changed files with 46 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ from sqlalchemy.orm import Session
from dibbler.models.Transaction import DEFAULT_INTEREST_RATE_PERCENTAGE
from dibbler.models import Transaction, User
from dibbler.queries.current_interest import current_interest
from dibbler.queries import current_interest
def test_current_interest_no_history(sql_session: Session) -> None: