cchung100m commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r251188459
########## File path: example/autoencoder/solver.py ########## @@ -19,9 +19,8 @@ from __future__ import print_function import logging - -import mxnet as mx import numpy as np +import mxnet as mx Review comment: Solve pylint error message such as [C0411 ] standard import "import numpy as np" should be placed before "import mxnet as mx" ---------------------------------------------------------------- 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
