style: format code with black
This commit is contained in:
@@ -4,7 +4,7 @@ from erpnext.regional.united_states.setup import make_custom_fields
|
||||
|
||||
|
||||
def execute():
|
||||
company = frappe.get_all('Company', filters={'country': 'United States'})
|
||||
company = frappe.get_all("Company", filters={"country": "United States"})
|
||||
if not company:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user