clean up loan.py and eligibility.py

This commit is contained in:
2025-04-14 11:48:06 +01:00
parent 309bf0b138
commit 020ab3b946
4 changed files with 1 additions and 299 deletions
-2
View File
@@ -1,4 +1,2 @@
from .authentication import auth_bp
from .eligibility import eligibility_bp
from .loan import loan_bp
from .autocall import autocall_bp