The param endpoint in doc string is deprecated

Change-Id: I596e8657576405455ad2237b7971d5859dd053cf
This commit is contained in:
lawrancejing 2016-01-18 07:26:33 +00:00
parent 5b60355e47
commit b67a720dd6
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ def Client(api_ver, *args, **kwargs):
"""Import versioned client module.
:param api_ver: API version required.
:param endpoint: endpoint URL requested.
"""
module = utils.import_versioned_module(api_ver, 'client')
cls = getattr(module, 'Client')