Skip to content

Commit

Permalink
Update error.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-xhuang authored Aug 26, 2024
1 parent 74a2713 commit bb19393
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions snowflake/ingest/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ def __init__(self, response: Response):
self.message = 'Http Error: {}, Message: {}, Body: {}'.format(self.http_error_code,
response.reason,
json_body)


return

def __str__(self):
Expand Down

0 comments on commit bb19393

Please sign in to comment.