cclauss 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_r207993979
########## 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: If you can pick up the two changes in #11994 then I can close #11994. It is funny the way that flake8 and pylint detect different undefined names. ---------------------------------------------------------------- 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
