Skip to content

Commit 0ceb7fc

Browse files
rowedonaldeFederico Delgado
authored andcommitted
Added a missing line of whitespace for clarity between get and options
1 parent 67a538c commit 0ceb7fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ox3apiclient/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ def get(self, url):
341341
""""""
342342
res = self.request(self._resolve_url(url), method='GET')
343343
return json.loads(res.read())
344+
344345
def options(self, url):
345346
"""Send a request with HTTP method OPTIONS.
346347

0 commit comments

Comments
 (0)