fix: Linting issues
diff --git a/erpnext/loan_management/doctype/loan_application/loan_application.py b/erpnext/loan_management/doctype/loan_application/loan_application.py
index 66a3be3..ede0467 100644
--- a/erpnext/loan_management/doctype/loan_application/loan_application.py
+++ b/erpnext/loan_management/doctype/loan_application/loan_application.py
@@ -131,7 +131,7 @@
 	def update_accounts(source_doc, target_doc, source_parent):
 		account_details = frappe.get_all("Loan Type",
 			fields=["mode_of_payment", "payment_account","loan_account", "interest_income_account", "penalty_income_account"],
-		 	filters = {'name': source_doc.loan_type})[0]
+			filters = {'name': source_doc.loan_type})[0]
 
 		if source_doc.is_secured_loan:
 			target_doc.maximum_loan_amount = 0