Skip to content

Commit

Permalink
Updates for pycodestyle. (#2973)
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster authored Jan 31, 2017
1 parent f047ff5 commit c2ad1f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def api_request(self, **kw):

try:
response, self._responses = self._responses[0], self._responses[1:]
except:
except IndexError:
raise NotFound('miss')
else:
return response
Expand Down

0 comments on commit c2ad1f2

Please sign in to comment.