Skip to content

Commit c656f3c

Browse files
rllinrllin
authored andcommitted
Update client.py
1 parent 8daeaff commit c656f3c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

labelbox/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ def check_errors(keywords, *path):
175175
raise labelbox.exceptions.LabelboxError("Unknown error: %s" %
176176
str(errors))
177177

178-
if not response.get('data'):
179-
print('response', response)
180-
raise
181178
return response["data"]
182179

183180
def upload_file(self, path: str) -> str:

0 commit comments

Comments
 (0)