diff options
Diffstat (limited to 'numpy/ma/__init__.py')
-rw-r--r-- | numpy/ma/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/ma/__init__.py b/numpy/ma/__init__.py index 36ceb1f6e..870cc4ef2 100644 --- a/numpy/ma/__init__.py +++ b/numpy/ma/__init__.py @@ -39,8 +39,6 @@ may now proceed to calculate the mean of the other values: .. moduleauthor:: Jarrod Millman """ -from __future__ import division, absolute_import, print_function - from . import core from .core import * |