Skip to content

Commit a2696f9

Browse files
author
Chris Park
committed
Formatting fix per Travis
1 parent bead606 commit a2696f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rosette/api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,6 @@ def _set_pool_size(self):
546546
else:
547547
self.session.mount('http://', adapter)
548548

549-
550-
551549
def _make_request(self, op, url, data, headers):
552550
"""
553551
Handles the actual request, retrying if a 429 is encountered
@@ -580,7 +578,6 @@ def _make_request(self, op, url, data, headers):
580578
self.maxPoolSize = dict_headers['x-rosetteapi-concurrency']
581579
self._set_pool_size()
582580

583-
584581
if status == 200:
585582
return rdata, status, response_headers
586583
if status == 429:

0 commit comments

Comments
 (0)