diff options
| author | Bas van Beek <b.f.van.beek@vu.nl> | 2021-07-09 10:31:02 +0200 |
|---|---|---|
| committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2021-07-25 22:24:46 +0200 |
| commit | 77f718c5518b25617dedbfd28d74eabc59764388 (patch) | |
| tree | 4438c44d863e74f5bf0b9849662bdb69face7f58 /numpy/random | |
| parent | 25e6e11a91c550fadad6250bf8701cfbd5af2d09 (diff) | |
| download | numpy-77f718c5518b25617dedbfd28d74eabc59764388.tar.gz | |
ENH: Add `__path__` annotations to all sub-packages
Diffstat (limited to 'numpy/random')
| -rw-r--r-- | numpy/random/__init__.pyi | 1 |
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 |
