From 06c2542c3fc4404f79c90cd0aac6f99be1591dda Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Wed, 4 Dec 2024 13:55:18 -0800 Subject: Remove __future__ references from python scripts All these scripts are now python3-only, they don't need this. Test: Presubmits Change-Id: Id2b9db26a537f6d70e874a0ae2ceb0927cbdce7d --- scripts/manifest_fixer.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/manifest_fixer.py') diff --git a/scripts/manifest_fixer.py b/scripts/manifest_fixer.py index 9847ad5bb..ad3b31330 100755 --- a/scripts/manifest_fixer.py +++ b/scripts/manifest_fixer.py @@ -16,8 +16,6 @@ # """A tool for inserting values from the build system into a manifest.""" -from __future__ import print_function - import argparse import sys from xml.dom import minidom -- cgit v1.2.3-59-g8ed1b