From c30ff62fd91ac7751305cc669977893258cd65d4 Mon Sep 17 00:00:00 2001 From: liusheng Date: Sat, 25 Feb 2017 09:29:38 +0800 Subject: [PATCH] Fix a pep8 issue to make sure the jenkins pass Change-Id: I3a1e37152a78a624e53418b220af268b269a3550 --- pankoclient/v2/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pankoclient/v2/client.py b/pankoclient/v2/client.py index 170b1c0..4ba1608 100644 --- a/pankoclient/v2/client.py +++ b/pankoclient/v2/client.py @@ -13,8 +13,8 @@ # under the License. # -from pankoclient.v2 import capabilities from pankoclient.common import http +from pankoclient.v2 import capabilities from pankoclient.v2 import events