Skip to content

Commit

Permalink
fix: πŸ› remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 committed Sep 3, 2024
1 parent b4f4b91 commit a0dbf2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pagesaver/lib/base/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def do_request(self, method, url, headers=None, query=None, body=None, **kwargs)
)

def parse_response(self, response: requests.Response):
response.raise_for_status
if response.status_code != requests.codes.ok:
raise requests.HTTPError(
f"{response.status_code} {response.reason} for {response.url} {response.text}"
Expand Down

0 comments on commit a0dbf2f

Please sign in to comment.