Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
Signed-off-by: Salvetti, Francesco <[email protected]>
  • Loading branch information
f-salvetti committed Dec 6, 2022
1 parent 215c2b0 commit 9fea7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf2onnx/custom_opsets/string_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class ReduceJoin:
@classmethod
def version_1(cls, ctx, node, **kwargs):
node.domain = constants.CONTRIB_OPS_DOMAIN
node.type = "StringJoin"
node.type = "StringJoin"
axis_node = ctx.get_node_by_output(node.input[1])
axis = axis_node.get_attr_value('value')
utils.make_sure(axis.dims in [[], [1]], "Only a single axis is supported for ReduceJoin node")
Expand Down

0 comments on commit 9fea7d7

Please sign in to comment.