fix: json format fixes
diff --git a/erpnext/setup/setup_wizard/data/country_wise_tax.json b/erpnext/setup/setup_wizard/data/country_wise_tax.json
index 00fcaa8..2e45b69 100644
--- a/erpnext/setup/setup_wizard/data/country_wise_tax.json
+++ b/erpnext/setup/setup_wizard/data/country_wise_tax.json
@@ -655,11 +655,11 @@
 		},
 		"Italy VAT 10%":{
 			"account_name": "IVA 10%",
-			"tax_rate": 10.00,
+			"tax_rate": 10.00
 		},
 		"Italy VAT 4%":{
 			"account_name": "IVA 4%",
-			"tax_rate": 4.00,
+			"tax_rate": 4.00
 		}		
 	},