summaryrefslogtreecommitdiff
path: root/numpy/random/_examples/cython/extending.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/_examples/cython/extending.pyx')
-rw-r--r--numpy/random/_examples/cython/extending.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_examples/cython/extending.pyx b/numpy/random/_examples/cython/extending.pyx
index d12c0b919..7a0dfe078 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._bit_generator cimport bitgen_t
+from numpy.random cimport bitgen_t
from numpy.random import PCG64
np.import_array()