diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-08 12:01:25 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-08 12:01:25 +0000 |
commit | ba3d1e2fc04c2b2de6a309c5aa1a1e8024d192e1 (patch) | |
tree | e3df2e137b07bef46143d28973c8ddb151d66dc2 /synapse/api | |
parent | More bug fixes (diff) | |
download | synapse-ba3d1e2fc04c2b2de6a309c5aa1a1e8024d192e1.tar.xz |
Remove unused import
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/auth.py | 1 |
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 |