diff options
author | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2021-12-26 13:38:13 +0100 |
---|---|---|
committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2021-12-26 13:38:13 +0100 |
commit | 097bd4ab500b7af58be14e2d16ef475ff10bff65 (patch) | |
tree | 5f2a81f1c17a9be716219b42560d7aa7d45c8946 /numpy/typing | |
parent | 6dfbe0340ac409094bb907de8464264916924ddd (diff) | |
download | numpy-097bd4ab500b7af58be14e2d16ef475ff10bff65.tar.gz |
TYP,TST: Bump mypy to 0.930
Diffstat (limited to 'numpy/typing')
-rw-r--r-- | numpy/typing/tests/data/fail/scalars.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/typing/tests/data/fail/scalars.pyi b/numpy/typing/tests/data/fail/scalars.pyi index 94fe3f71e..964470538 100644 --- a/numpy/typing/tests/data/fail/scalars.pyi +++ b/numpy/typing/tests/data/fail/scalars.pyi @@ -31,7 +31,7 @@ np.complex64([]) # E: incompatible type np.complex64(1, 2) # E: Too many arguments # TODO: protocols (can't check for non-existent protocols w/ __getattr__) -np.datetime64(0) # E: non-matching overload +np.datetime64(0) # E: No overload variant class A: def __float__(self): |