fix: import to_decimal in seed cleanup

This commit is contained in:
2026-04-21 23:53:09 +02:00
parent 26bfa7fb64
commit 1667eb5d26
+1
View File
@@ -13,6 +13,7 @@ from app.models import (
MonthlyIncome, MonthlyIncome,
NotificationPreference, NotificationPreference,
User, User,
to_decimal,
) )