Skip to content

Commit

Permalink
Merge pull request #495 from stripe/ob-fix-lgtm-alerts
Browse files Browse the repository at this point in the history
Make StripeResponse a new-style class
  • Loading branch information
ob-stripe authored Nov 22, 2018
2 parents 50523a8 + 4934c4b commit 8523814
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 49 deletions.
92 changes: 45 additions & 47 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions stripe/stripe_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import json


class StripeResponse:

class StripeResponse(object):
def __init__(self, body, code, headers):
self.body = body
self.code = code
Expand Down

0 comments on commit 8523814

Please sign in to comment.