diff options
| author | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-03-18 18:29:09 +0100 |
|---|---|---|
| committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-03-25 17:44:28 +0100 |
| commit | 5e9fc8fa07ca92482e890e69afec0a1368ea46b4 (patch) | |
| tree | c670f7e50fb2d0c324383b8bec7afc9b61ea1757 /numpy/typing/tests | |
| parent | 2f1410d3f2bc1058044ec0f1906e24b7f14e56a5 (diff) | |
| download | numpy-5e9fc8fa07ca92482e890e69afec0a1368ea46b4.tar.gz | |
MAINT: Explicitly re-export the types in `numpy._typing`
Diffstat (limited to 'numpy/typing/tests')
| -rw-r--r-- | numpy/typing/tests/data/mypy.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/typing/tests/data/mypy.ini b/numpy/typing/tests/data/mypy.ini index 548f76261..baad759bb 100644 --- a/numpy/typing/tests/data/mypy.ini +++ b/numpy/typing/tests/data/mypy.ini @@ -1,6 +1,7 @@ [mypy] plugins = numpy.typing.mypy_plugin show_absolute_path = True +implicit_reexport = False [mypy-numpy] ignore_errors = True |
