Skip to content

Commit 9cdfb72

Browse files
committed
remove global pylint label
1 parent f353716 commit 9cdfb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/onnx_opset/rnn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
logger = logging.getLogger(__name__)
1818

1919

20-
# pylint: disable=unused-argument,missing-docstring,invalid-name
20+
# pylint: disable=unused-argument,missing-docstring
2121

2222
@tf_op("LSTMBlockCell")
2323
class LSTMBlockCell:

0 commit comments

Comments
 (0)