diff --git a/python/tvm/driver/tvmc/frontends.py b/python/tvm/driver/tvmc/frontends.py index 6275f779f778..0ed88216738b 100644 --- a/python/tvm/driver/tvmc/frontends.py +++ b/python/tvm/driver/tvmc/frontends.py @@ -154,6 +154,7 @@ def load(self, path): # pylint: disable=C0415 import onnx + # pylint: disable=E1101 model = onnx.load(path) # pylint: disable=E1101