From 93909d4b28c41a8600533a351d5466102c0ed35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cain=C3=A3=20S=2E=20G?= Date: Mon, 26 Jun 2023 17:41:11 -0300 Subject: [PATCH] fix: linting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: CainĂ£ S. G --- src/keycloak/keycloak_admin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/keycloak/keycloak_admin.py b/src/keycloak/keycloak_admin.py index 9af19f0..a5052f3 100644 --- a/src/keycloak/keycloak_admin.py +++ b/src/keycloak/keycloak_admin.py @@ -1536,7 +1536,8 @@ class KeycloakAdmin: def update_client_authz_resource(self, client_id, resource_id, payload): """Update resource of client. - Any parameter missing from the ResourceRepresentation in the payload WILL be set to default by the Keycloak server. + Any parameter missing from the ResourceRepresentation in the payload WILL be set + to default by the Keycloak server. :param client_id: id in ClientRepresentation https://www.keycloak.org/docs-api/18.0/rest-api/index.html#_clientrepresentation