chore: linting issues
diff --git a/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py b/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py
index 6f2ec17..69ca4d9 100644
--- a/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py
+++ b/erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py
@@ -288,7 +288,7 @@
 def get_tds_docs_query(filters, bank_accounts, tds_accounts):
 	if not tds_accounts:
 		frappe.throw(
-			_("No {} Accounts found for this company.".format(frappe.bold("Tax Withholding"))),
+			_("No {0} Accounts found for this company.").format(frappe.bold("Tax Withholding")),
 			title="Accounts Missing Error",
 		)
 	gle = frappe.qb.DocType("GL Entry")