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 1b14508 commit 027b947Copy full SHA for 027b947
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