summaryrefslogtreecommitdiff
path: root/scripts/test_config_fixer.py
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2024-12-04 13:55:18 -0800
committer Cole Faust <colefaust@google.com> 2024-12-04 14:10:36 -0800
commit06c2542c3fc4404f79c90cd0aac6f99be1591dda (patch)
treee662d64d1c1ddd690adff237abdcfb0927dce70e /scripts/test_config_fixer.py
parentdf3543cf1df40cb8352b3323be3c3b8de64306d4 (diff)
Remove __future__ references from python scripts
All these scripts are now python3-only, they don't need this. Test: Presubmits Change-Id: Id2b9db26a537f6d70e874a0ae2ceb0927cbdce7d
Diffstat (limited to 'scripts/test_config_fixer.py')
-rw-r--r--scripts/test_config_fixer.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/test_config_fixer.py b/scripts/test_config_fixer.py
index 2876bcb63..91a83f25c 100644
--- a/scripts/test_config_fixer.py
+++ b/scripts/test_config_fixer.py
@@ -16,8 +16,6 @@
#
"""A tool for modifying values in a test config."""
-from __future__ import print_function
-
import argparse
import json
import sys