from app.utils.logger import logger

This commit is contained in:
2025-04-27 20:14:47 -04:00
parent 97dcd49194
commit f539c8ad2f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from sqlalchemy.exc import IntegrityError
from sqlalchemy.orm import relationship
from sqlalchemy import and_, or_, not_
from app.models import Customer
from app.utils.logger import logger
class Loan(db.Model):
__tablename__ = 'loans'