summary refs log tree commit diff
path: root/synapse/rest/client
diff options
context:
space:
mode:
authorAaron Raimist <aaron@raim.ist>2019-05-29 14:44:25 -0500
committerAaron Raimist <aaron@raim.ist>2019-05-29 14:44:28 -0500
commit123918b73938bdba89e6e0ce66482444590f2b4e (patch)
tree27689dda5d8567c44b0da38dddc84f6c6ed830c0 /synapse/rest/client
parentGet rid of try except (diff)
downloadsynapse-123918b73938bdba89e6e0ce66482444590f2b4e.tar.xz
Lint
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'synapse/rest/client')
-rw-r--r--synapse/rest/client/v1/logout.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/rest/client/v1/logout.py b/synapse/rest/client/v1/logout.py
index 2cf373e83c..ba20e75033 100644
--- a/synapse/rest/client/v1/logout.py
+++ b/synapse/rest/client/v1/logout.py
@@ -17,8 +17,6 @@ import logging
 
 from twisted.internet import defer
 
-from synapse.api.errors import AuthError
-
 from .base import ClientV1RestServlet, client_path_patterns
 
 logger = logging.getLogger(__name__)