summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-08-31 14:19:33 +0200
committerHugh Nimmo-Smith <hughns@element.io>2023-09-04 12:17:20 +0100
commit99a7fa859fc86969a0995e7dba457ae31cce2b51 (patch)
tree5fbd3956f2d980ed0541cb30f9514c56b9792348
parentDo not check for internal account lock for MSC3861 delegated auth (diff)
downloadsynapse-99a7fa859fc86969a0995e7dba457ae31cce2b51.tar.xz
lint
-rw-r--r--synapse/api/auth/msc3861_delegated.py1
1 files changed, 0 insertions, 1 deletions
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,