summaryrefslogtreecommitdiff
path: root/pint/testsuite/test_systems.py
diff options
context:
space:
mode:
authorGuido Imperiale <crusaderky@gmail.com>2019-12-03 17:29:46 +0000
committerGuido Imperiale <crusaderky@gmail.com>2019-12-03 17:29:46 +0000
commit31a01bf568ec55b9ecd2862ff9daf9dbae703170 (patch)
treed84d1c0985001fba67f4de001b1d30f53d18b536 /pint/testsuite/test_systems.py
parentcf05eb8ddb74895a01986bb77d6aef64429cabf5 (diff)
downloadpint-31a01bf568ec55b9ecd2862ff9daf9dbae703170.tar.gz
Remove 2.7 support from codebase
Diffstat (limited to 'pint/testsuite/test_systems.py')
-rw-r--r--pint/testsuite/test_systems.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pint/testsuite/test_systems.py b/pint/testsuite/test_systems.py
index 734bb73..ba5c9e4 100644
--- a/pint/testsuite/test_systems.py
+++ b/pint/testsuite/test_systems.py
@@ -1,10 +1,6 @@
# -*- coding: utf-8 -*-
-from __future__ import division, unicode_literals, print_function, absolute_import
-
-
from pint import UnitRegistry
-
from pint.testsuite import QuantityTestCase