style: bulk format code with black
v13 port because otherwise backports will result in conflicts always
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
import json
|
||||
import os
|
||||
|
||||
@@ -6,8 +5,7 @@ from frappe.desk.page.setup_wizard.setup_wizard import setup_complete
|
||||
|
||||
|
||||
def complete():
|
||||
with open(os.path.join(os.path.dirname(__file__),
|
||||
'data', 'test_mfg.json'), 'r') as f:
|
||||
with open(os.path.join(os.path.dirname(__file__), "data", "test_mfg.json"), "r") as f:
|
||||
data = json.loads(f.read())
|
||||
|
||||
setup_complete(data)
|
||||
|
||||
Reference in New Issue
Block a user