🚨(pylint) fix linting error introduced by new pylint version

pylint version v3.3.1 added a new error and broke our CI
This commit is contained in:
Marie PUPO JEAMMET
2024-09-30 12:42:14 +02:00
committed by Marie
parent c98d173c0a
commit ae05b430db

View File

@@ -19,7 +19,8 @@ class AuthorizationServerClient:
- Setting appropriate headers for secure communication as recommended by RFC drafts.
"""
# ruff: noqa: PLR0913
# ruff: noqa: PLR0913 PLR017
# pylint: disable=too-many-positional-arguments
# pylint: disable=too-many-arguments
def __init__(
self,