summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-07-05 14:41:29 +0100
committerErik Johnston <erik@matrix.org>2019-07-05 14:41:29 +0100
commitb4f5416dd9bd7635a4b859e3d13eaee992096ef7 (patch)
tree421a5e73ae2b92ab418ebdd13a421f142ce10ead /synapse/handlers
parentRemove FileExfiltrationWriter (diff)
downloadsynapse-b4f5416dd9bd7635a4b859e3d13eaee992096ef7.tar.xz
pep8
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/admin.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/synapse/handlers/admin.py b/synapse/handlers/admin.py

index 5ff02c12bf..e8a651e231 100644 --- a/synapse/handlers/admin.py +++ b/synapse/handlers/admin.py
@@ -14,10 +14,6 @@ # limitations under the License. import logging -import os -import tempfile - -from canonicaljson import json from twisted.internet import defer