Remove from __future__ imports (#38703)

This commit is contained in:
Adam J. Stewart
2023-07-04 01:30:29 -05:00
committed by GitHub
parent 65288566e5
commit 33c5959e23
62 changed files with 1 additions and 127 deletions

View File

@@ -25,8 +25,6 @@ exit 1
# Line above is a shell no-op, and ends a python multi-line comment.
# The code above runs this file with our preferred python interpreter.
from __future__ import print_function
import os
import os.path
import sys