summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2018-07-27 12:03:34 +0100
committerWill Hunt <will@half-shot.uk>2018-07-27 12:03:34 +0100
commitbf13c184cdb8e44f9d5644c31d8b17b7c83dc321 (patch)
tree3b6ab46966afcf800b148ba425de53ea5a97121b
parentwrap_json_request_handlering (diff)
downloadsynapse-bf13c184cdb8e44f9d5644c31d8b17b7c83dc321.tar.xz
linting
-rw-r--r--synapse/rest/media/v1/config_resource.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/rest/media/v1/config_resource.py b/synapse/rest/media/v1/config_resource.py
index c53ba28540..b1018e7067 100644
--- a/synapse/rest/media/v1/config_resource.py
+++ b/synapse/rest/media/v1/config_resource.py
@@ -14,7 +14,6 @@
 # limitations under the License.
 #
 
-from twisted.internet import defer
 from twisted.web.resource import Resource
 from twisted.web.server import NOT_DONE_YET
 from synapse.http.server import respond_with_json, wrap_json_request_handler
@@ -41,4 +40,4 @@ class MediaConfigResource(Resource):
 
     def render_OPTIONS(self, request):
         respond_with_json(request, 200, {}, send_cors=True)
-        return NOT_DONE_YET
\ No newline at end of file
+        return NOT_DONE_YET