Skip to content

Commit a7b8092

Browse files
zhresholdtqchen
authored andcommitted
fix lint (apache#29)
1 parent 3b519c5 commit a7b8092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nnvm/python/nnvm/frontend/mxnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def _from_mxnet_impl(symbol, graph):
256256
Converted symbol
257257
"""
258258
try:
259-
from mxnet import sym as mx_sym
259+
from mxnet import sym as mx_sym # pylint: disable=import-self
260260
except ImportError as e:
261261
raise ImportError('{}. MXNet is required to parse symbols.'.format(e))
262262

0 commit comments

Comments
 (0)