diff --git a/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.py b/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.py index ddabf8973f9..f07c42b7e04 100644 --- a/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.py +++ b/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.py @@ -6,5 +6,5 @@ import frappe from frappe.model.document import Document -class ModeOfPayment(Document): - pass \ No newline at end of file +class ModeofPayment(Document): + pass