diff --git a/tackerclient/shell.py b/tackerclient/shell.py index 66b3b0ee..3d139da0 100644 --- a/tackerclient/shell.py +++ b/tackerclient/shell.py @@ -18,8 +18,6 @@ Command-line interface to the Tacker APIs """ -from __future__ import print_function - import argparse import getpass import inspect diff --git a/tackerclient/tacker/v1_0/__init__.py b/tackerclient/tacker/v1_0/__init__.py index 6064def8..ea39d136 100644 --- a/tackerclient/tacker/v1_0/__init__.py +++ b/tackerclient/tacker/v1_0/__init__.py @@ -14,8 +14,6 @@ # under the License. # -from __future__ import print_function - import abc import argparse import logging diff --git a/tackerclient/tacker/v1_0/nfvo/nsd.py b/tackerclient/tacker/v1_0/nfvo/nsd.py index 85f6bd5b..404df545 100644 --- a/tackerclient/tacker/v1_0/nfvo/nsd.py +++ b/tackerclient/tacker/v1_0/nfvo/nsd.py @@ -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 diff --git a/tackerclient/tacker/v1_0/nfvo/vnffgd.py b/tackerclient/tacker/v1_0/nfvo/vnffgd.py index 5195f9c3..114e7b88 100644 --- a/tackerclient/tacker/v1_0/nfvo/vnffgd.py +++ b/tackerclient/tacker/v1_0/nfvo/vnffgd.py @@ -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 diff --git a/tackerclient/tacker/v1_0/vnfm/vnfd.py b/tackerclient/tacker/v1_0/vnfm/vnfd.py index d07a93e0..2601017a 100644 --- a/tackerclient/tacker/v1_0/vnfm/vnfd.py +++ b/tackerclient/tacker/v1_0/vnfm/vnfd.py @@ -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