fix: remove breakpoint

Signed-off-by: paperspace <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
paperspace
2024-06-02 22:29:12 +00:00
parent c60398c45b
commit 2b15aaee96

View File

@@ -135,7 +135,6 @@ class APIResponse(pydantic.BaseModel, t.Generic[Response]):
# Since users specific different content_type, then we return the raw binary text without and deserialisation
return self.raw_response.text
breakpoint()
data = self.raw_response.json()
try:
return self.response_cls(**data)