Skip to content

Commit a3651f6

Browse files
Potential fix for code scanning alert no. 22179: Unused local variable
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 14c6da4 commit a3651f6

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
@@ -126,7 +126,7 @@ def inner_fn(op, x):
126126

127127
def outer_fn(op, x):
128128
# Build a nested subgraph
129-
_inner_graph = build_graph(
129+
build_graph(
130130
inner_fn,
131131
inputs=[FLOAT[3]],
132132
outputs=[FLOAT[3]],

0 commit comments

Comments
 (0)