Skip to content

Commit 409d816

Browse files
[Automated Commit] Format Codebase [skip ci]
1 parent 15e33a7 commit 409d816

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/add-custom-nvidia-system/customize.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import importlib.util
66
import json
77

8+
89
def preprocess(i):
910

1011
os_info = i['os_info']
@@ -46,7 +47,8 @@ def postprocess(i):
4647
dest_file = os.path.join(target_dir, f"{mlc_model}.py")
4748

4849
dummy_config_path = os.path.join(tmp_script_path, "dummy_config.py")
49-
spec = importlib.util.spec_from_file_location("dummy_config", dummy_config_path)
50+
spec = importlib.util.spec_from_file_location(
51+
"dummy_config", dummy_config_path)
5052
dummy_module = importlib.util.module_from_spec(spec)
5153
spec.loader.exec_module(dummy_module)
5254

0 commit comments

Comments
 (0)