chore: linting issues
diff --git a/erpnext/accounts/doctype/journal_entry/journal_entry.py b/erpnext/accounts/doctype/journal_entry/journal_entry.py
index 27d14c2..1c737fc 100644
--- a/erpnext/accounts/doctype/journal_entry/journal_entry.py
+++ b/erpnext/accounts/doctype/journal_entry/journal_entry.py
@@ -700,10 +700,8 @@
if no_of_credited_acc > 1 and no_of_debited_acc > 1:
frappe.msgprint(
_(
- "Unable to automatically determine {0} accounts. Set them up in the {1} table if needed.".format(
- frappe.bold("against"), frappe.bold("Accounting Entries")
- )
- ),
+ "Unable to automatically determine {0} accounts. Set them up in the {1} table if needed."
+ ).format(frappe.bold("against"), frappe.bold("Accounting Entries")),
alert=True,
)
elif no_of_credited_acc <= 1 and no_of_debited_acc <= 1: