Skip to content

Commit 9b41c28

Browse files
committed
formating fix
1 parent f0d9fc7 commit 9b41c28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backends/openvino/preprocess.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ def preprocess(
5555
compile_options[spec.key] = spec.value.decode()
5656

5757
compiled = openvino_compile(
58-
edge_program.module(),
59-
*args,
60-
options=compile_options
58+
edge_program.module(), *args, options=compile_options
6159
)
6260
model_bytes = compiled.export_model()
6361

0 commit comments

Comments
 (0)