Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-sheldon committed Oct 16, 2023
1 parent db6457a commit eb97075
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/blueink/request_helper.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import requests
from munch import munchify
from requests import Request, Session

from blueink.constants import BLUEINK_PAGINATION_HEADER

Expand Down Expand Up @@ -120,6 +119,5 @@ def _make_request(
)

if self._raise_exceptions:
# print(response.content)
response.raise_for_status()
return NormalizedResponse(response)

0 comments on commit eb97075

Please sign in to comment.