Skip to content

Commit

Permalink
fix lint (apache#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhreshold authored and grwlf committed Aug 8, 2018
1 parent b95e8c6 commit 4080bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nnvm/python/nnvm/frontend/mxnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def _from_mxnet_impl(symbol, graph):
Converted symbol
"""
try:
from mxnet import sym as mx_sym
from mxnet import sym as mx_sym # pylint: disable=import-self
except ImportError as e:
raise ImportError('{}. MXNet is required to parse symbols.'.format(e))

Expand Down

0 comments on commit 4080bff

Please sign in to comment.