From eadcb519f6f9a36c9bfbaa0cd1a29ebc937d9f29 Mon Sep 17 00:00:00 2001 From: Nisha Yadav Date: Thu, 4 Aug 2016 11:11:15 +0530 Subject: [PATCH] Follow up patch for Improve docs for v3 roles This patch fixes a nit left by the review I67d0649f734d19e1b9547f8ebe5dced1ce8cf7f8 Change-Id: I592dd31e5ebe47e115c6e93850f31c8f4239b561 --- keystoneclient/v3/roles.py | 1 - 1 file changed, 1 deletion(-) diff --git a/keystoneclient/v3/roles.py b/keystoneclient/v3/roles.py index 23cce2e4a..7d5742c9b 100644 --- a/keystoneclient/v3/roles.py +++ b/keystoneclient/v3/roles.py @@ -134,7 +134,6 @@ class RoleManager(base.CrudManager): :param kwargs: any other attribute provided will be passed to the server. - """ url_tail = self._implied_role_url_tail(prior_role, implied_role) self.client.put("/roles" + url_tail, **kwargs)