Skip to content

Commit 89f3bf4

Browse files
author
Kevin Kim
committed
Remove return type for Task.errors()
1 parent e322a25 commit 89f3bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def wait_till_done(self, timeout_seconds=300) -> None:
6868
time.sleep(sleep_time_seconds)
6969
self.refresh()
7070

71-
def errors(self) -> dict:
71+
def errors(self):
7272
""" Downloads the result file from Task
7373
"""
7474
if self.status == "FAILED" and self.result:

0 commit comments

Comments
 (0)