You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/10/14 12:27:16 UTC

[GitHub] [tvm] mikepapadim commented on a change in pull request #9284: [Tests] Ensure MyPy type checks pass

mikepapadim commented on a change in pull request #9284:
URL: https://github.com/apache/tvm/pull/9284#discussion_r728926349



##########
File path: python/tvm/meta_schedule/utils.py
##########
@@ -20,7 +20,7 @@
 import shutil
 from typing import Any, Callable, List, Optional, Union
 
-import psutil
+import psutil  # type: ignore

Review comment:
       Is type checking needed for imports?




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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org