diff options
Diffstat (limited to 'numpy/core/getlimits.py')
-rw-r--r-- | numpy/core/getlimits.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/numpy/core/getlimits.py b/numpy/core/getlimits.py index 4754975e2..7b94346c7 100644 --- a/numpy/core/getlimits.py +++ b/numpy/core/getlimits.py @@ -1,5 +1,7 @@ -""" Machine limits for Float32 and Float64 and (long double) if available... +"""Machine limits for Float32 and Float64 and (long double) if available... + """ +from __future__ import division __all__ = ['finfo','iinfo'] |