diff --git a/tools/predictable_wrapper.py b/tools/predictable_wrapper.py index ea80653c86..0eb0819402 100644 --- a/tools/predictable_wrapper.py +++ b/tools/predictable_wrapper.py @@ -14,11 +14,6 @@ The command is run up to three times and the printed allocation hash is compared. Differences are reported as errors. """ - -# for py2/py3 compatibility -from __future__ import absolute_import -from __future__ import print_function - import sys from testrunner.local import command