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

Commit

Permalink
Fix sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
reminisce committed Aug 29, 2019
1 parent 2230122 commit 479fc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/gluon/data/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from . import sampler as _sampler
from ... import nd, context
from ...util import is_np_shape, is_np_array, set_np
from ... import numpy as _mx_np
from ... import numpy as _mx_np # pylint: disable=reimported

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

0 comments on commit 479fc9f

Please sign in to comment.