roastduck commented on a change in pull request #5345:
URL: https://github.com/apache/incubator-tvm/pull/5345#discussion_r416555638



##########
File path: python/tvm/relay/qnn/op/legalizations.py
##########
@@ -20,8 +20,8 @@
 
 import tvm
 from tvm import relay
+import numpy as np

Review comment:
       A minor problem: Lint reports 
`python/tvm/relay/qnn/op/legalizations.py:23: [C0411(wrong-import-order), ] 
third party import "import numpy as np" should be placed before "import tvm"` 
on my platform. I have no idea why this PR can pass CI.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to