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 2020/09/23 13:25:31 UTC

[GitHub] [incubator-tvm] leandron commented on a change in pull request #6536: tvmc: linting error on onnx command line driver frontend

leandron commented on a change in pull request #6536:
URL: https://github.com/apache/incubator-tvm/pull/6536#discussion_r493584630



##########
File path: python/tvm/driver/tvmc/frontends.py
##########
@@ -154,7 +154,8 @@ def load(self, path):
         # pylint: disable=C0415
         import onnx
 
-        model = onnx.load(path)
+        # pylint: disable=E1101

Review comment:
       Yes, I'd like to keep in the smallest context as possible so we don't overkill the linter.




----------------------------------------------------------------
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:
users@infra.apache.org