fix: remove redundant calls to create_sales_tax

This commit is contained in:
barredterra
2021-03-04 19:29:55 +01:00
parent 82c6223196
commit dcfc3d7d12
3 changed files with 2 additions and 8 deletions

View File

@@ -9,5 +9,4 @@ def complete():
'data', 'test_mfg.json'), 'r') as f:
data = json.loads(f.read())
#setup_wizard.create_sales_tax(data)
setup_complete(data)