Skip to content

Commit afdb6d8

Browse files
committed
mypy
1 parent d0516d3 commit afdb6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/helpers/optim_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def optimize_model(
7878
opt_onx, report = gr.to_onnx(optimize=True, return_optimize_report=True)
7979
if verbose:
8080
print("[optimize_model] optimization report")
81-
pprint.print(report)
81+
pprint.pprint(report)
8282
print("[optimize_model] done")
8383

8484
elif algorithm == "slim":

0 commit comments

Comments
 (0)