diff options
Diffstat (limited to 'numpy/_array_api/constants.py')
-rw-r--r-- | numpy/_array_api/constants.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/_array_api/constants.py b/numpy/_array_api/constants.py deleted file mode 100644 index 000777029..000000000 --- a/numpy/_array_api/constants.py +++ /dev/null @@ -1,3 +0,0 @@ -from .. import e, inf, nan, pi - -__all__ = ['e', 'inf', 'nan', 'pi'] |