Skip to content

Commit f76067e

Browse files
committed
remove unnecessary cdef of RandomState alias for MKLRandomState
1 parent bcc26a6 commit f76067e

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)