diff options
Diffstat (limited to 'numpy/random/examples/cython/extending.pyx')
-rw-r--r-- | numpy/random/examples/cython/extending.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/examples/cython/extending.pyx b/numpy/random/examples/cython/extending.pyx index a6a4ba4bf..2a866648d 100644 --- a/numpy/random/examples/cython/extending.pyx +++ b/numpy/random/examples/cython/extending.pyx @@ -8,7 +8,7 @@ import numpy as np cimport numpy as np cimport cython -from numpy.random.common cimport bitgen_t +from numpy.random._bit_generator cimport bitgen_t from numpy.random import PCG64 np.import_array() |