diff --git a/tools/checktests.py b/tools/checktests.py index 944300ad..c686b804 100644 --- a/tools/checktests.py +++ b/tools/checktests.py @@ -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 diff --git a/working_materials/tabulate_scores.py b/working_materials/tabulate_scores.py index a27296b3..26d59496 100755 --- a/working_materials/tabulate_scores.py +++ b/working_materials/tabulate_scores.py @@ -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