From 9910cbc746380dba2c8dc5f89120f0f48a74ced7 Mon Sep 17 00:00:00 2001 From: xu-haiwei Date: Tue, 19 Jul 2016 09:00:55 +0000 Subject: [PATCH] Remove unused import library TrivialFix Change-Id: I3f75282a0b9b0493f8d0ead8092cee76824290a8 --- tackerclient/tacker/v1_0/vm/vnfd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tackerclient/tacker/v1_0/vm/vnfd.py b/tackerclient/tacker/v1_0/vm/vnfd.py index 837e900a..1e0a34c3 100644 --- a/tackerclient/tacker/v1_0/vm/vnfd.py +++ b/tackerclient/tacker/v1_0/vm/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 from tackerclient.i18n import _