fix: remove return statement
diff --git a/erpnext/erpnext_integrations/connectors/shopify_connection.py b/erpnext/erpnext_integrations/connectors/shopify_connection.py
index 0bf6bde..bd98037 100644
--- a/erpnext/erpnext_integrations/connectors/shopify_connection.py
+++ b/erpnext/erpnext_integrations/connectors/shopify_connection.py
@@ -252,7 +252,6 @@
 	return taxes
 
 def get_tax_account_head(tax):
-	return
 	tax_title = tax.get("title").encode("utf-8")
 
 	tax_account =  frappe.db.get_value("Shopify Tax Account", \