Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul
2020-07-22 14:44:35 +00:00
committed by Gerrit Code Review
5 changed files with 0 additions and 10 deletions

View File

@@ -18,8 +18,6 @@
Command-line interface to the Tacker APIs Command-line interface to the Tacker APIs
""" """
from __future__ import print_function
import argparse import argparse
import getpass import getpass
import inspect import inspect

View File

@@ -14,8 +14,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
import abc import abc
import argparse import argparse
import logging import logging

View File

@@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from __future__ import print_function
import yaml import yaml
from oslo_serialization import jsonutils from oslo_serialization import jsonutils

View File

@@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from __future__ import print_function
import yaml import yaml
from oslo_serialization import jsonutils from oslo_serialization import jsonutils

View File

@@ -15,8 +15,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from __future__ import print_function
from oslo_serialization import jsonutils from oslo_serialization import jsonutils
import yaml import yaml