There are some flake8 errors. Clear them before other work.
[escalator.git] / client / escalatorclient / common / base.py
index 329ca6b..b85dc19 100644 (file)
@@ -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