Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 479fc9f

Browse files
committed
Fix sanity
1 parent 2230122 commit 479fc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/mxnet/gluon/data/dataloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from . import sampler as _sampler
4040
from ... import nd, context
4141
from ...util import is_np_shape, is_np_array, set_np
42-
from ... import numpy as _mx_np
42+
from ... import numpy as _mx_np # pylint: disable=reimported
4343

4444
if sys.platform == 'darwin' or sys.platform == 'win32':
4545
def rebuild_ndarray(*args):

0 commit comments

Comments
 (0)