chore: linting issues

(cherry picked from commit 84f0d1ff1ff231f0388033d2304d977b07411253)
This commit is contained in:
Gursheen Anand 2023-11-06 10:30:49 +05:30 committed by Mergify
parent 6e463b1953
commit 74983910bc

View File

@ -316,7 +316,7 @@ def get_tds_docs_query(filters, bank_accounts, tds_accounts):
if not tds_accounts:
frappe.throw(
_("No {0} Accounts found for this company.").format(frappe.bold("Tax Withholding")),
title="Accounts Missing Error",
title=_("Accounts Missing Error"),
)
gle = frappe.qb.DocType("GL Entry")
query = (