summaryrefslogtreecommitdiff
path: root/numpy/random/bit_generator.pyi
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-03-25 09:40:49 -0600
committerGitHub <noreply@github.com>2022-03-25 09:40:49 -0600
commit266aad7478bc7fbcc55eea7f942a0d373b838396 (patch)
tree0f144df0739b772bf1a38b3e03463c6b4eb21d91 /numpy/random/bit_generator.pyi
parent4115eead62a382a32afdb0450c54e0249db02915 (diff)
parent65ec64c932626689b50b53e0909ced47f5a821fa (diff)
downloadnumpy-266aad7478bc7fbcc55eea7f942a0d373b838396.tar.gz
Merge pull request #21216 from BvB93/_typing
MAINT: Split `numpy.typing` into a public and private component
Diffstat (limited to 'numpy/random/bit_generator.pyi')
-rw-r--r--numpy/random/bit_generator.pyi2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/bit_generator.pyi b/numpy/random/bit_generator.pyi
index c5f976d07..e6e3b10cd 100644
--- a/numpy/random/bit_generator.pyi
+++ b/numpy/random/bit_generator.pyi
@@ -12,7 +12,7 @@ from typing import (
)
from numpy import dtype, ndarray, uint32, uint64
-from numpy.typing import _ArrayLikeInt_co, _ShapeLike, _SupportsDType, _UInt32Codes, _UInt64Codes
+from numpy._typing import _ArrayLikeInt_co, _ShapeLike, _SupportsDType, _UInt32Codes, _UInt64Codes
_T = TypeVar("_T")