diff options
author | 2024-12-04 23:43:54 +0000 | |
---|---|---|
committer | 2024-12-04 23:43:54 +0000 | |
commit | 880b50fd84584f96bb0f1ff56e3eb5339cf0a047 (patch) | |
tree | 588d1d14b6144cdf7fc8210545b9c2aa032c1e85 /scripts/build-apex-bundle.py | |
parent | e014bdce4d59eb8679352abad90934a0ed7351d5 (diff) | |
parent | 06c2542c3fc4404f79c90cd0aac6f99be1591dda (diff) |
Merge "Remove __future__ references from python scripts" into main
Diffstat (limited to 'scripts/build-apex-bundle.py')
-rw-r--r-- | scripts/build-apex-bundle.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build-apex-bundle.py b/scripts/build-apex-bundle.py index dcdd9ef7d..277e11261 100644 --- a/scripts/build-apex-bundle.py +++ b/scripts/build-apex-bundle.py @@ -16,8 +16,6 @@ # """A tool to create an APEX bundle out of Soong-built base.zip""" -from __future__ import print_function - import argparse import sys import tempfile |