Skip to content

Commit 515fd5b

Browse files
committed
fix pylint
1 parent c6f7758 commit 515fd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/relay/frontend/mxnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def _mx_dropout(inputs, attrs):
166166
return _op.nn.dropout(inputs[0], rate=rate)
167167

168168

169-
def _mx_BlockGrad(inputs, attrs):
169+
def _mx_BlockGrad(inputs, attrs): #pylint: disable=unused-argument
170170
return inputs
171171

172172

0 commit comments

Comments
 (0)