masahi commented on a change in pull request #7722:
URL: https://github.com/apache/tvm/pull/7722#discussion_r600848449
##########
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:
unused import?
--
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]