summaryrefslogtreecommitdiff
path: root/numpy/random/_sfc64.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/_sfc64.pyi')
-rw-r--r--numpy/random/_sfc64.pyi2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_sfc64.pyi b/numpy/random/_sfc64.pyi
index 333aa92c4..e1810e7d5 100644
--- a/numpy/random/_sfc64.pyi
+++ b/numpy/random/_sfc64.pyi
@@ -4,7 +4,7 @@ from numpy import dtype as dtype
from numpy import ndarray as ndarray
from numpy import uint64
from numpy.random.bit_generator import BitGenerator, SeedSequence
-from numpy.typing import _ArrayLikeInt_co
+from numpy._typing import _ArrayLikeInt_co
class _SFC64Internal(TypedDict):
state: ndarray[Any, dtype[uint64]]