Skip to content

Commit eab37d7

Browse files
committed
style
1 parent 08feb87 commit eab37d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

onnx_diagnostic/helpers/onnx_helper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,9 @@ def enumerate_results(
10721072
yield r
10731073
else:
10741074
if verbose:
1075-
print(f"[enumerate_results] {indent}searching for {name!r} into List[NodeProto]...")
1075+
print(
1076+
f"[enumerate_results] {indent}searching for {name!r} into List[NodeProto]..."
1077+
)
10761078
for node_i, node in enumerate(proto):
10771079
if set(node.input) & name:
10781080
for n in node.input:

0 commit comments

Comments
 (0)