@vandanavk Hi, I have run the pylint checking on all the submitted python files and fixed the warnings accordingly.
``` example/rnn-backends/word_lm$ pylint --rcfile=../../../ci/other/pylintrc --ignore-patterns="..so$$,..dll$$,..dylib$$" *.py ------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00) ``` ``` example/rnn-backends/bucketing$ pylint --rcfile=../../../ci/other/pylintrc --ignore-patterns="..so$$,..dll$$,..dylib$$" *.py ------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00) ``` ``` python/mxnet/rnn$ pylint --rcfile=../../../ci/other/pylintrc --ignore-patterns="..so$$,..dll$$,..dylib$$" rnn_cell.py ------------------------------------ Your code has been rated at 10.00/10 ``` ``` python/mxnet$ pylint --rcfile=../../ci/other/pylintrc --ignore-patterns="..so$$,..dll$$,..dylib$$" callback.py ------------------------------------ Your code has been rated at 10.00/10 ``` ``` python/mxnet$ pylint --rcfile=../../ci/other/pylintrc --ignore-patterns="..so$$,..dll$$,..dylib$$" initializer.py ------------------------------------ Your code has been rated at 10.00/10 ``` [ Full content available at: https://github.com/apache/incubator-mxnet/pull/11364 ] This message was relayed via gitbox.apache.org for [email protected]
