vandanavk commented on a change in pull request #12052: Fix undefined_variable lint errors in examples URL: https://github.com/apache/incubator-mxnet/pull/12052#discussion_r208019547
########## File path: example/reinforcement-learning/dqn/dqn_demo.py ########## @@ -23,7 +23,7 @@ from base import Base from operators import * from atari_game import AtariGame -from utils import * +import utils Review comment: pylint did detect the errors from sys and time. but dint make the changes here because it was already covered in your PR. I'll merge those changes to this PR and resubmit. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
