summaryrefslogtreecommitdiff
path: root/numpy/random/_common.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/_common.pxd')
-rw-r--r--numpy/random/_common.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_common.pxd b/numpy/random/_common.pxd
index 74bebca83..588f613ae 100644
--- a/numpy/random/_common.pxd
+++ b/numpy/random/_common.pxd
@@ -5,7 +5,7 @@ from libc.stdint cimport uint32_t, uint64_t, int32_t, int64_t
import numpy as np
cimport numpy as np
-from ._bit_generator cimport bitgen_t
+from numpy.random cimport bitgen_t
cdef double POISSON_LAM_MAX
cdef double LEGACY_POISSON_LAM_MAX