From 38d81b25bf011e4c7ec383ec92cff2bf237c9b36 Mon Sep 17 00:00:00 2001 From: Yong Wu Date: Sun, 24 Nov 2019 15:50:07 -0800 Subject: [PATCH] fix pylint --- topi/python/topi/testing/crop_and_resize_python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topi/python/topi/testing/crop_and_resize_python.py b/topi/python/topi/testing/crop_and_resize_python.py index 89c210e45cffb..a5f2cc0a614b1 100644 --- a/topi/python/topi/testing/crop_and_resize_python.py +++ b/topi/python/topi/testing/crop_and_resize_python.py @@ -14,7 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -# pylint: disable=invalid-name, line-too-long, unused-variable, too-many-locals +# pylint: disable=invalid-name, line-too-long, unused-variable, too-many-locals, too-many-nested-blocks """crop and resize in python""" import math import numpy as np