Skip to content

Commit 7e18692

Browse files
hwangdeyunfirle
authored andcommitted
pylint whitespace
Signed-off-by: Deyu Huang <deyhuang@microsoft.com> Signed-off-by: nfirle <nfirle@students.uni-mainz.de>
1 parent 0e2b1fe commit 7e18692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/onnx-optimize.py

Lines changed: 1 addition & 1 deletion
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)