Skip to content

Commit 49e7a6f

Browse files
committed
Fix format error in test/backend/common.py
Signed-off-by: Yasushi Negishi <[email protected]>
1 parent 6c5cec1 commit 49e7a6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/backend/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def execute_commands(cmds, dynamic_inputs_dims):
6666
my_env["IMPORTER_FORCE_DYNAMIC"] = env_string
6767
subprocess.run(cmds, env=my_env, check=True)
6868

69+
6970
def get_compile_option(test_name):
7071
if args.dynamic and test_name in variables.test_to_enable_dimparams_dict:
7172
return ["--dimParams=" + variables.test_to_enable_dimparams_dict[test_name]]

0 commit comments

Comments
 (0)