diff options
author | pmav99 <pmav99@users.noreply.github.com> | 2021-01-19 16:31:04 +0200 |
---|---|---|
committer | Panos Mavrogiorgos <pmav99@gmail.com> | 2021-01-19 15:35:49 +0100 |
commit | 8b8bbdfa5b5331811841176f64470521a890a7c0 (patch) | |
tree | 16c71cc5e52be6f7c8d5e7fbffd30ef8899f21c1 /numpy/lib/tests/test_regression.py | |
parent | af8e67c4fd368bae710b01f32611b10dfab02b61 (diff) | |
download | numpy-8b8bbdfa5b5331811841176f64470521a890a7c0.tar.gz |
STY: Use explicit reexports for numpy.typing objects
`mypy --strict` is disabling `implicit_reexport`. Consequently, when we try to
import `ArrayLike` and `DTypeLike` from `numpy.typing`, mypy throws an error.
With this commit we add explicit "reexports" for these two objects.
Fixes #18190
Diffstat (limited to 'numpy/lib/tests/test_regression.py')
0 files changed, 0 insertions, 0 deletions