Skip to content

Commit c1638c5

Browse files
committed
fix pylint
1 parent c6590e8 commit c1638c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/onnx_opset/nn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def version_1(cls, ctx, node, **kwargs):
289289
node.set_attr("kernel_shape", [k_h, k_w])
290290
strides = conv_dims_attr(node, "strides")
291291
conv_dims_attr(node, "dilations")
292-
node.set_attr("group", k_input_channels )
292+
node.set_attr("group", k_input_channels)
293293
add_padding(ctx, node, kernel_shape, strides)
294294

295295
new_kernel_shape = [k_h, k_w, 1, k_output_channels]

0 commit comments

Comments
 (0)