Skip to content

Commit 1250847

Browse files
committed
lint
1 parent 874e5c5 commit 1250847

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
@@ -1302,7 +1302,7 @@ def replace_all_inputs(self, old_input, new_input, ops=None):
13021302
"""
13031303
Replace all inputs pointing to old_input with new_input.
13041304
*ops* is used if defined, otherwise `_input_to_node_name`
1305-
is used to determine the impacted nodes.
1305+
is used to determine the impacted nodes.
13061306
"""
13071307
if old_input == new_input:
13081308
return

0 commit comments

Comments
 (0)