summaryrefslogtreecommitdiff
path: root/numpy/_pytesttester.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-01-03 15:57:43 -0600
committerGitHub <noreply@github.com>2020-01-03 15:57:43 -0600
commitb7c27bd2a3817f59c84b004b87bba5db57d9a9b0 (patch)
treed1667015baca8a46ef286862368cc641a7cfe980 /numpy/_pytesttester.py
parente1aecb08f99321b72959cc50eb7b47454b613f52 (diff)
parented1e9659f103260a32536b4a7615393e3b1173dc (diff)
downloadnumpy-b7c27bd2a3817f59c84b004b87bba5db57d9a9b0.tar.gz
Merge pull request #14376 from jdufresne/future
MAINT: Remove unnecessary 'from __future__ import ...' statements
Diffstat (limited to 'numpy/_pytesttester.py')
-rw-r--r--numpy/_pytesttester.py2
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