Skip to content

Commit

Permalink
fix lint (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-haibin-lin committed Aug 18, 2017
1 parent 53e94c6 commit 356c9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/ndarray/sparse_ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from ..context import Context
from . import _internal
from .ndarray import _DTYPE_NP_TO_MX, _DTYPE_MX_TO_NP
from .ndarray import _STORAGE_TYPE_STR_TO_ID, NDArrayBase
from .ndarray import _STORAGE_TYPE_STR_TO_ID
from .ndarray import NDArray, _storage_type, _zeros_ndarray, _array
from . import cast_storage
from . import slice as nd_slice
Expand Down

0 comments on commit 356c9ef

Please sign in to comment.