From 99a7fa859fc86969a0995e7dba457ae31cce2b51 Mon Sep 17 00:00:00 2001 From: Mathieu Velten Date: Thu, 31 Aug 2023 14:19:33 +0200 Subject: lint --- synapse/api/auth/msc3861_delegated.py | 1 - 1 file changed, 1 deletion(-) diff --git a/synapse/api/auth/msc3861_delegated.py b/synapse/api/auth/msc3861_delegated.py index 3cf00dd539..da21accdd0 100644 --- a/synapse/api/auth/msc3861_delegated.py +++ b/synapse/api/auth/msc3861_delegated.py @@ -28,7 +28,6 @@ from twisted.web.http_headers import Headers from synapse.api.auth.base import BaseAuth from synapse.api.errors import ( AuthError, - Codes, HttpResponseException, InvalidClientTokenError, OAuthInsufficientScopeError, -- cgit 1.4.1