From 4acbbdce99ffbf8972ed100c92224d66366585ae Mon Sep 17 00:00:00 2001 From: Michael Achenbach Date: Tue, 15 Mar 2022 11:33:19 +0100 Subject: [PATCH] [tools] Clean up predictable wrapper py2 code No-Try: true Bug: chromium:1292013 Change-Id: I5e30116230d88f2f38d20451735c5713691f2af2 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3521791 Reviewed-by: Liviu Rau Commit-Queue: Liviu Rau Auto-Submit: Michael Achenbach Cr-Commit-Position: refs/heads/main@{#81764} --- tools/predictable_wrapper.py | 5 ----- 1 file changed, 5 deletions(-) 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