summaryrefslogtreecommitdiff
path: root/numpy/random/_philox.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/_philox.pyi')
-rw-r--r--numpy/random/_philox.pyi2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_philox.pyi b/numpy/random/_philox.pyi
index 1f289f5de..26ce726ec 100644
--- a/numpy/random/_philox.pyi
+++ b/numpy/random/_philox.pyi
@@ -2,7 +2,7 @@ from typing import Any, TypedDict
from numpy import dtype, ndarray, uint64
from numpy.random.bit_generator import BitGenerator, SeedSequence
-from numpy.typing import _ArrayLikeInt_co
+from numpy._typing import _ArrayLikeInt_co
class _PhiloxInternal(TypedDict):
counter: ndarray[Any, dtype[uint64]]