diff --git a/keystoneclient/v3/roles.py b/keystoneclient/v3/roles.py index 23cce2e4..7d5742c9 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)