Skip to content

Commit 049ddf4

Browse files
authored
fix pylint
1 parent a0e08d9 commit 049ddf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tf2onnx/convert.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ def main():
101101
input_names=args.inputs,
102102
output_names=args.outputs,
103103
inputs_as_nchw=args.inputs_as_nchw)
104-
104+
105105
model_proto = g.make_model("converted from {}".format(args.input))
106-
106+
107107
new_model_proto = GraphUtil.opt_transposes_with_graph(g, "converted from {}".format(args.input),
108108
optimize=not args.continue_on_error)
109109
if new_model_proto:

0 commit comments

Comments
 (0)