Skip to content

Commit dea4e6d

Browse files
committed
graphs
1 parent 2bf283f commit dea4e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/helpers/log_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ def to_excel(
11621162

11631163
if verbose:
11641164
print(f"[CubeLogs.to_excel] applies style to {output!r}")
1165-
apply_excel_style(writer, f_highlights)
1165+
apply_excel_style(writer, f_highlights) # type: ignore[arg-type]
11661166
if verbose:
11671167
print(f"[CubeLogs.to_excel] done with {len(views)} views")
11681168

0 commit comments

Comments
 (0)