Skip to content

Commit a46e68a

Browse files
committed
pylint whitespace
Signed-off-by: Deyu Huang <[email protected]>
1 parent d90b617 commit a46e68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/onnx-optimize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def main():
7171
model_proto = helper.make_model(onnx_graph, **kwargs)
7272

7373
model_proto_inferred = model_shape_inference(model_proto)
74-
74+
7575
# write onnx graph
7676
if args.output:
7777
with open(args.output, "wb") as f:

0 commit comments

Comments
 (0)