diff options
author | 2024-12-04 23:43:54 +0000 | |
---|---|---|
committer | 2024-12-04 23:43:54 +0000 | |
commit | 880b50fd84584f96bb0f1ff56e3eb5339cf0a047 (patch) | |
tree | 588d1d14b6144cdf7fc8210545b9c2aa032c1e85 /scripts/construct_context.py | |
parent | e014bdce4d59eb8679352abad90934a0ed7351d5 (diff) | |
parent | 06c2542c3fc4404f79c90cd0aac6f99be1591dda (diff) |
Merge "Remove __future__ references from python scripts" into main
Diffstat (limited to 'scripts/construct_context.py')
-rwxr-xr-x | scripts/construct_context.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/construct_context.py b/scripts/construct_context.py index fc3a89eee..882c2dbf5 100755 --- a/scripts/construct_context.py +++ b/scripts/construct_context.py @@ -16,8 +16,6 @@ # """A tool for constructing class loader context.""" -from __future__ import print_function - import argparse import json import sys |