Skip to content

Commit

Permalink
Pep8 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Feb 4, 2019
1 parent c90dc42 commit 50470f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/restapi/services/content/tus.py
Expand Up @@ -37,7 +37,7 @@ class UploadOptions(Service):

def reply(self):
for name, value in TUS_OPTIONS_RESPONSE_HEADERS.items():
self.request.response.setHeader(name, value)
self.request.response.setHeader(name, value)
return super(UploadOptions, self).reply()


Expand Down

0 comments on commit 50470f6

Please sign in to comment.