diff --git a/tools/abandon_spec.py b/tools/abandon_spec.py index c9040821b..4ab5afbb4 100644 --- a/tools/abandon_spec.py +++ b/tools/abandon_spec.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. -from __future__ import print_function - import argparse import os diff --git a/tools/move_implemented_specs.py b/tools/move_implemented_specs.py index 67cb75e4f..5723835e0 100644 --- a/tools/move_implemented_specs.py +++ b/tools/move_implemented_specs.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. -from __future__ import print_function - import argparse import os diff --git a/tools/move_spec.py b/tools/move_spec.py index 748e481b3..72bb93cc4 100644 --- a/tools/move_spec.py +++ b/tools/move_spec.py @@ -13,8 +13,6 @@ # License for the specific language governing permissions and limitations # under the License. -from __future__ import print_function - import argparse import os