diff options
Diffstat (limited to 'numpy/_pytesttester.py')
-rw-r--r-- | numpy/_pytesttester.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/_pytesttester.py b/numpy/_pytesttester.py index 6462fc5e6..579d467c3 100644 --- a/numpy/_pytesttester.py +++ b/numpy/_pytesttester.py @@ -27,8 +27,6 @@ This module is imported by every numpy subpackage, so lies at the top level to simplify circular import issues. For the same reason, it contains no numpy imports at module scope, instead importing numpy within function calls. """ -from __future__ import division, absolute_import, print_function - import sys import os |