Skip to content
Snippets Groups Projects
Commit c6c00960 authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove unused variables

parent 4d88958c
No related branches found
No related tags found
No related merge requests found
......@@ -32,11 +32,8 @@ class DownloadResource(Resource):
def __init__(self, hs, media_repo):
Resource.__init__(self)
self.filepaths = media_repo.filepaths
self.media_repo = media_repo
self.server_name = hs.hostname
self.store = hs.get_datastore()
self.version_string = hs.version_string
self.clock = hs.get_clock()
def render_GET(self, request):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment