From 4ced0b97d1059177290636d0cc922922b4f7a3c2 Mon Sep 17 00:00:00 2001 From: Mathieu Velten Date: Thu, 31 Aug 2023 14:19:33 +0200 Subject: [PATCH] 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 3cf00dd53929..da21accdd0e0 100644 --- a/synapse/api/auth/msc3861_delegated.py +++ b/synapse/api/auth/msc3861_delegated.py @@ -28,7 +28,6 @@ from synapse.api.auth.base import BaseAuth from synapse.api.errors import ( AuthError, - Codes, HttpResponseException, InvalidClientTokenError, OAuthInsufficientScopeError,