Skip to content

Commit 1593c4c

Browse files
committed
BUG: Compat with Cython 0.28
Fix for recent Cython
1 parent 178708f commit 1593c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

randomstate/randomstate.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ from cpython cimport Py_INCREF, PyComplex_FromDoubles, PyComplex_RealAsDouble, \
2424
import randomstate
2525
from randomstate._deprecated import (DEPRECATION_MESSAGE,
2626
RandomStateDeprecationWarning)
27-
from binomial cimport binomial_t
27+
from randomstate.binomial cimport binomial_t
2828
from randomstate.entropy import random_entropy
2929

3030
np.import_array()

0 commit comments

Comments
 (0)