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

Commit

Permalink
sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiyan66 committed Jan 23, 2020
1 parent 432b965 commit 8c71d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/symbol/numpy/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


__all__ = ['randint', 'uniform', 'normal', 'multivariate_normal',
'rand', 'shuffle', 'gamma', 'exponential','lognormal']
'rand', 'shuffle', 'gamma', 'exponential', 'lognormal']


def randint(low, high=None, size=None, dtype=None, ctx=None, out=None):
Expand Down

0 comments on commit 8c71d76

Please sign in to comment.