chore: linting

[skip ci]
diff --git a/erpnext/patches/v14_0/delete_shopify_doctypes.py b/erpnext/patches/v14_0/delete_shopify_doctypes.py
index f45082a..96bee39 100644
--- a/erpnext/patches/v14_0/delete_shopify_doctypes.py
+++ b/erpnext/patches/v14_0/delete_shopify_doctypes.py
@@ -1,5 +1,6 @@
 import frappe
 
+
 def execute():
 	frappe.delete_doc("DocType", "Shopify Settings", ignore_missing=True)
 	frappe.delete_doc("DocType", "Shopify Log", ignore_missing=True)