Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da authored and BullDemonKing committed Feb 15, 2019
1 parent 443dc4b commit 51cb333
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/mxnet/gluon/contrib/rnn/rnn_cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from ...rnn import BidirectionalCell, SequentialRNNCell, ModifierCell, HybridRecurrentCell
from ...rnn.rnn_cell import _format_sequence, _get_begin_state, _mask_sequence_variable_length
from ... import tensor_types
from .... import symbol, ndarray
from ....base import _as_list

class VariationalDropoutCell(ModifierCell):
Expand Down

0 comments on commit 51cb333

Please sign in to comment.