aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/test/switch_to_good_set_file.py
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2022-09-06 12:12:02 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-07 21:15:10 +0000
commitc0041a9550814e402f661a560855ff99863cffb2 (patch)
tree0ee1cc2f9680930fd230868df063fb0f38423623 /binary_search_tool/test/switch_to_good_set_file.py
parent84556973468631cce626a9cebb7b23439afa763e (diff)
downloadtoolchain-utils-c0041a9550814e402f661a560855ff99863cffb2.tar.gz
remove `from __future__ import ...` directives
These are only useful when we're running code in a Python 2.7 interpreter. Since we no longer support python2, drop these. BUG=b:244644217 TEST=run_tests_for.py shows no new failures Change-Id: Ief9a12b87a560ab38ca71668636874bcb434a0b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3877339 Reviewed-by: Ryan Beltran <ryanbeltran@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Tested-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'binary_search_tool/test/switch_to_good_set_file.py')
-rwxr-xr-xbinary_search_tool/test/switch_to_good_set_file.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/binary_search_tool/test/switch_to_good_set_file.py b/binary_search_tool/test/switch_to_good_set_file.py
index 89b8bf17..a1feaddf 100755
--- a/binary_search_tool/test/switch_to_good_set_file.py
+++ b/binary_search_tool/test/switch_to_good_set_file.py
@@ -14,7 +14,6 @@ This script is meant to be specifically used with the set_file test. This uses
the set files generated by binary_search_state to do the switching.
"""
-from __future__ import print_function
import os
import sys