mbrookhart commented on a change in pull request #7722:
URL: https://github.com/apache/tvm/pull/7722#discussion_r600849643
##########
File path: python/tvm/relay/op/_transform.py
##########
@@ -19,16 +19,17 @@
# pylint: disable=too-many-local-variables, too-many-arguments, no-else-return
from __future__ import absolute_import
+
import tvm
-from tvm import te
-from tvm.te.hybrid import script
+from tvm import te, topi
from tvm.runtime import convert
-from tvm import topi
+from tvm.te.hybrid import script
Review comment:
It's used elsewhere in this file, for some reason the autoformater moved
it around in the input list
--
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]