Skip to content

Commit f38b1f2

Browse files
committed
remove unnecessary cdef of RandomState alias for MKLRandomState
1 parent 8b9c935 commit f38b1f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎mkl_random/mklrand.pyx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5944,7 +5944,7 @@ cdef class MKLRandomState(_MKLRandomState):
59445944
return resarr
59455945

59465946

5947-
cdef class RandomState(MKLRandomState):
5947+
class RandomState(MKLRandomState):
59485948
"""
59495949
RandomState(seed=None, brng='MT19937')
59505950

0 commit comments

Comments
 (0)