Skip to content

Commit

Permalink
Sonarcloud fix
Browse files Browse the repository at this point in the history
  • Loading branch information
solancer committed Oct 9, 2020
1 parent b5f8e67 commit a09fec1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions paypayopa/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ def request(self, method, path, auth_header, **options):
code = str(json_response['resultInfo']['code'])
if str.upper(code) == ERROR_CODE.SERVER_ERROR:
raise ServerError(msg)
else:
raise ServerError(msg)

def get(self, path, params, **options):
"""
Expand Down

0 comments on commit a09fec1

Please sign in to comment.