diff options
author | Bas van Beek <b.f.van.beek@vu.nl> | 2020-11-25 13:59:33 +0100 |
---|---|---|
committer | Bas van Beek <b.f.van.beek@vu.nl> | 2020-12-22 17:24:04 +0100 |
commit | fd17d1eb73b93facafac84ecc24f3117de5247b4 (patch) | |
tree | 7e418fbd0b4e2d754c2192f59d4018dd682592ec /numpy/tests/test_public_api.py | |
parent | 0917df2953ebe716c45c92671cb652eacd7dd8fd (diff) | |
download | numpy-fd17d1eb73b93facafac84ecc24f3117de5247b4.tar.gz |
TST: Add `numpy.typing.mypy_plugin` to the list of public modules
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 7b2a590c3..69430eeda 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -170,6 +170,7 @@ PUBLIC_MODULES = ['numpy.' + s for s in [ "random", "testing", "typing", + "typing.mypy_plugin", "version", ]] |