Skip to content

Commit a7f33f9

Browse files
committed
format code
1 parent 6bf60d1 commit a7f33f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/onnx_opset/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ def version_1(cls, ctx, node, **kwargs):
161161
casted_output = ctx.make_node("Cast", inputs=[mul_node.output[0]],
162162
attr={'to': dtypes[0]},
163163
name=node.name, outputs=node.output,
164-
shapes=shapes, dtypes=dtypes)
164+
shapes=shapes, dtypes=dtypes)

0 commit comments

Comments
 (0)