Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-07-09 13:10:54 +00:00 committed by Gerrit Code Review
commit d4689e6efd
2 changed files with 0 additions and 4 deletions

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import ast
import argparse
import importlib

View File

@ -14,8 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import re
import json
import argparse