diff options
| author | Peter Hawkins <phawkins@google.com> | 2023-03-03 15:48:20 +0000 |
|---|---|---|
| committer | Peter Hawkins <phawkins@google.com> | 2023-03-05 18:20:50 +0000 |
| commit | 94e2c5245d6a56b7c6dc4d72c8018601b97a3995 (patch) | |
| tree | aadecaf3a6f6f3269491b73dd21c8987d1376dec /numpy/__init__.pyi | |
| parent | ab49883b328ee17e415a70390cc6e42d6621fcfc (diff) | |
| download | numpy-94e2c5245d6a56b7c6dc4d72c8018601b97a3995.tar.gz | |
Remove duplicate CLIP/WRAP/RAISE in __init__.pyi.
These constants are defined twice in this file, to which pytype objects.
Diffstat (limited to 'numpy/__init__.pyi')
| -rw-r--r-- | numpy/__init__.pyi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/__init__.pyi b/numpy/__init__.pyi index 2b1ec4c1e..bdc23f568 100644 --- a/numpy/__init__.pyi +++ b/numpy/__init__.pyi @@ -3139,10 +3139,6 @@ infty: Final[float] nan: Final[float] pi: Final[float] -CLIP: L[0] -WRAP: L[1] -RAISE: L[2] - ERR_IGNORE: L[0] ERR_WARN: L[1] ERR_RAISE: L[2] |
