mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Remove unnecessary pylint disable
PiperOrigin-RevId: 158416140
This commit is contained in:
parent
2f53cacb2b
commit
ddbb58034d
|
|
@ -53,7 +53,7 @@ from tensorflow.python.platform import test
|
|||
from tensorflow.python.training import gradient_descent
|
||||
|
||||
|
||||
class _RNNCellForTest(rnn_cell_impl.RNNCell): # pylint: disable=protected-access
|
||||
class _RNNCellForTest(rnn_cell_impl.RNNCell):
|
||||
"""RNN cell for testing."""
|
||||
|
||||
def __init__(self, input_output_size, state_size):
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user