Skip to content

Commit acfdccf

Browse files
committed
pylint
1 parent f6301dc commit acfdccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/onnx_opset/math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,4 +695,4 @@ def atan2(y, x):
695695
"Add", inputs=[atan_node.output[0], pi_part.output[0]],
696696
op_name_scope=node.name + 'all',
697697
shapes=[shape], dtypes=[onnx_dtype])
698-
ctx.replace_all_inputs(ctx.get_nodes(), node.output[0], last_node.output[0])
698+
ctx.replace_all_inputs(ctx.get_nodes(), node.output[0], last_node.output[0])

0 commit comments

Comments
 (0)