summary refs log tree commit diff
path: root/synapse/api/auth.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-12-08 12:01:25 +0000
committerErik Johnston <erik@matrix.org>2014-12-08 12:01:25 +0000
commitba3d1e2fc04c2b2de6a309c5aa1a1e8024d192e1 (patch)
treee3df2e137b07bef46143d28973c8ddb151d66dc2 /synapse/api/auth.py
parentMore bug fixes (diff)
downloadsynapse-ba3d1e2fc04c2b2de6a309c5aa1a1e8024d192e1.tar.xz
Remove unused import
Diffstat (limited to 'synapse/api/auth.py')
-rw-r--r--synapse/api/auth.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py
index 821e3ba5e2..cd0deeb0e6 100644
--- a/synapse/api/auth.py
+++ b/synapse/api/auth.py
@@ -25,7 +25,6 @@ from synapse.api.events.room import (
 )
 from synapse.util.logutils import log_function
 from synapse.util.async import run_on_reactor
-from syutil.base64util import encode_base64
 
 import logging