diff options
Diffstat (limited to 'numpy/doc/internals.py')
-rw-r--r-- | numpy/doc/internals.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/doc/internals.py b/numpy/doc/internals.py index a14fee7c2..6718f1108 100644 --- a/numpy/doc/internals.py +++ b/numpy/doc/internals.py @@ -160,4 +160,3 @@ when accessing elements of an array. Granted, it goes against the grain, but it is more in line with Python semantics and the natural order of the data. """ -from __future__ import division, absolute_import, print_function |