diff options
Diffstat (limited to 'numpy/testing')
| -rw-r--r-- | numpy/testing/__init__.pyi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/testing/__init__.pyi b/numpy/testing/__init__.pyi index 75854c0e3..def0f9f58 100644 --- a/numpy/testing/__init__.pyi +++ b/numpy/testing/__init__.pyi @@ -49,6 +49,7 @@ from numpy.testing._private.utils import ( ) __all__: List[str] +__path__: List[str] test: PytestTester def run_module_suite( |
