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
"""
from __future__ import print_function
import argparse
import getpass
import inspect

View File

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

View File

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

View File

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

View File

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