diff options
Diffstat (limited to 'numpy/core/_internal.py')
-rw-r--r-- | numpy/core/_internal.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/core/_internal.py b/numpy/core/_internal.py index 05e401e0b..d7a46c2d0 100644 --- a/numpy/core/_internal.py +++ b/numpy/core/_internal.py @@ -4,8 +4,6 @@ A place for internal code Some things are more easily handled Python. """ -from __future__ import division, absolute_import, print_function - import re import sys import platform |