From d18edf67d6f444c8dfa6a46e8769bbfa8d22f57b Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Fri, 2 May 2025 14:07:23 +0200 Subject: Fix lint which broke in #18374 (#18385) https://github.com/element-hq/synapse/pull/18374 did not pass linting but was merged --- synapse/handlers/oidc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'synapse') diff --git a/synapse/handlers/oidc.py b/synapse/handlers/oidc.py index fb759172b3..acf2d4bc8b 100644 --- a/synapse/handlers/oidc.py +++ b/synapse/handlers/oidc.py @@ -599,7 +599,7 @@ class OidcProvider: # from the userinfo endpoint. Therefore we only have a single criteria # to check right now but this may change in the future and this function # should be updated if more usages are introduced. - # + # # For example, if we start to use the access_token given to us by the # IdP for more things, such as accessing Resource Server APIs. return self._uses_userinfo -- cgit 1.5.1