summaryrefslogtreecommitdiff
path: root/numpy/random/_mt19937.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/_mt19937.pyi')
-rw-r--r--numpy/random/_mt19937.pyi2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_mt19937.pyi b/numpy/random/_mt19937.pyi
index 1494aad59..55cfb2db4 100644
--- a/numpy/random/_mt19937.pyi
+++ b/numpy/random/_mt19937.pyi
@@ -2,7 +2,7 @@ from typing import Any, TypedDict
from numpy import dtype, ndarray, uint32
from numpy.random.bit_generator import BitGenerator, SeedSequence
-from numpy.typing import _ArrayLikeInt_co
+from numpy._typing import _ArrayLikeInt_co
class _MT19937Internal(TypedDict):
key: ndarray[Any, dtype[uint32]]