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_r208350202
 
 

 ##########
 File path: example/reinforcement-learning/dqn/base.py
 ##########
 @@ -23,8 +23,9 @@
 import os
 import pickle
 from collections import OrderedDict
+from utils import (get_bucket_key, save_params,
+                        save_misc, load_params)
 
 Review comment:
   Please remove 5 leading spaces.

----------------------------------------------------------------
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

Reply via email to