summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index e0681426e..add444558 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -160,6 +160,7 @@ PUBLIC_MODULES = ['numpy.' + s for s in [
"random",
"testing",
"testing.overrides",
+ "types",
"typing",
"typing.mypy_plugin",
"version",