summaryrefslogtreecommitdiff
path: root/numpy/random
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2021-07-09 10:31:02 +0200
committerBas van Beek <43369155+BvB93@users.noreply.github.com>2021-07-25 22:24:46 +0200
commit77f718c5518b25617dedbfd28d74eabc59764388 (patch)
tree4438c44d863e74f5bf0b9849662bdb69face7f58 /numpy/random
parent25e6e11a91c550fadad6250bf8701cfbd5af2d09 (diff)
downloadnumpy-77f718c5518b25617dedbfd28d74eabc59764388.tar.gz
ENH: Add `__path__` annotations to all sub-packages
Diffstat (limited to 'numpy/random')
-rw-r--r--numpy/random/__init__.pyi1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/random/__init__.pyi b/numpy/random/__init__.pyi
index 5705bc4a7..bf6147697 100644
--- a/numpy/random/__init__.pyi
+++ b/numpy/random/__init__.pyi
@@ -68,4 +68,5 @@ from numpy.random.mtrand import (
)
__all__: List[str]
+__path__: List[str]
test: PytestTester