Skip to content

Commit 8f1325d

Browse files
authored
Update raster.py
1 parent 19dd6f0 commit 8f1325d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

labelbox/data/annotation_types/data/raster.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def fetch_remote(self) -> bytes:
128128
"""
129129
response = requests.get(self.url)
130130
if response.status_code in [500, 502, 503, 504]:
131-
breakpoint()
132131
raise InternalServerError(response.text)
133132
response.raise_for_status()
134133
return response.content

0 commit comments

Comments
 (0)