style: format code with black
This commit is contained in:
@@ -3,7 +3,7 @@ from frappe.utils import cint
|
||||
|
||||
|
||||
def execute():
|
||||
frappe.reload_doc("erpnext_integrations", "doctype","woocommerce_settings")
|
||||
frappe.reload_doc("erpnext_integrations", "doctype", "woocommerce_settings")
|
||||
doc = frappe.get_doc("Woocommerce Settings")
|
||||
|
||||
if cint(doc.enable_sync):
|
||||
|
||||
Reference in New Issue
Block a user