From bb4fad27927c6fba2c6231d136661da050f6f5c6 Mon Sep 17 00:00:00 2001 From: kong wei Date: Wed, 21 Dec 2016 00:46:58 +0000 Subject: There are some flake8 errors. Clear them before other work. Change-Id: Ied9ce8cd0d3c3537c34713ea26cc596914caca85 Signed-off-by: kongwei --- client/escalatorclient/common/base.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'client/escalatorclient/common/base.py') diff --git a/client/escalatorclient/common/base.py b/client/escalatorclient/common/base.py index 329ca6b..b85dc19 100644 --- a/client/escalatorclient/common/base.py +++ b/client/escalatorclient/common/base.py @@ -25,9 +25,8 @@ import warnings from escalatorclient.openstack.common.apiclient import base -warnings.warn("The 'escalatorclient.common.base' module is deprecated post " - "v.0.12.0. Use 'escalatorclient.openstack.common.apiclient.base' " - "instead of this one.", DeprecationWarning) +warnings.warn("The 'escalatorclient.common.base' module is deprecated", + DeprecationWarning) getid = base.getid -- cgit 1.2.3-korg