From b67a720dd66659df05f87d4066883ef6f2508a42 Mon Sep 17 00:00:00 2001 From: lawrancejing Date: Mon, 18 Jan 2016 07:26:33 +0000 Subject: [PATCH] The param endpoint in doc string is deprecated Change-Id: I596e8657576405455ad2237b7971d5859dd053cf --- senlinclient/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/senlinclient/client.py b/senlinclient/client.py index 52e2f138..3d9c751f 100644 --- a/senlinclient/client.py +++ b/senlinclient/client.py @@ -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')