We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19dd6f0 commit 8f1325dCopy full SHA for 8f1325d
labelbox/data/annotation_types/data/raster.py
@@ -128,7 +128,6 @@ def fetch_remote(self) -> bytes:
128
"""
129
response = requests.get(self.url)
130
if response.status_code in [500, 502, 503, 504]:
131
- breakpoint()
132
raise InternalServerError(response.text)
133
response.raise_for_status()
134
return response.content
0 commit comments