summaryrefslogtreecommitdiff
path: root/numpy/compat/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/compat/__init__.py')
-rw-r--r--numpy/compat/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/compat/__init__.py b/numpy/compat/__init__.py
index 5b371f5c0..afee621b8 100644
--- a/numpy/compat/__init__.py
+++ b/numpy/compat/__init__.py
@@ -8,8 +8,6 @@ extensions, which may be included for the following reasons:
* we may only need a small subset of the copied library/module
"""
-from __future__ import division, absolute_import, print_function
-
from . import _inspect
from . import py3k
from ._inspect import getargspec, formatargspec