Skip to content

Commit 094ab85

Browse files
committed
lint
1 parent 5115124 commit 094ab85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ def remove_node(self, node_name):
644644
for op_input in node.input:
645645
utils.make_sure(
646646
op_input in self._output_to_consumers,
647-
"Input %r of node %r not found.", op_input, node_name))
647+
"Input %r of node %r not found.", op_input, node_name)
648648
self._unregister_input_name(op_input, node)
649649

650650
self._nodes.remove(node)

0 commit comments

Comments
 (0)