The param endpoint in doc string is deprecated
Change-Id: I596e8657576405455ad2237b7971d5859dd053cf
This commit is contained in:
parent
5b60355e47
commit
b67a720dd6
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user