Skip to content

Commit 011dd66

Browse files
committed
more pylint filter
1 parent 5463f4d commit 011dd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/topi/testing/conv2d_backcward_weight_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
# pylint: disable=invalid-name
17+
# pylint: disable=invalid-name, too-many-nested-blocks
1818
"""Gradient of conv2d with respect to weight in python"""
1919
import numpy as np
2020

0 commit comments

Comments
 (0)