Skip to content

Commit 47a1cc3

Browse files
Potential fix for pull request finding 'Unused local variable'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent a3651f6 commit 47a1cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxscript/nn/_module_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def outer_fn(op, x):
134134
)
135135
return op.Identity(x)
136136

137-
_outer_graph = root_builder.subgraph(
137+
root_builder.subgraph(
138138
outer_fn,
139139
inputs=[FLOAT[3]],
140140
outputs=[FLOAT[3]],

0 commit comments

Comments
 (0)