Commit 9f69000f by Bálint Máhonfai

Fix pep8 format

parent ed0b1b81
Pipeline #841 passed with stage
in 0 seconds
......@@ -106,8 +106,8 @@ class Store(object):
return r.json()['LINK']
def request_upload(self, path):
r = self._request_cmd("UPLOAD", PATH=path)
return r.json()['LINK']
r = self._request_cmd("UPLOAD", PATH=path)
return r.json()['LINK']
def remove(self, path):
self._request_cmd("REMOVE", PATH=path)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment