Skip to content

Commit d4fb122

Browse files
author
Kevin Kim
committed
Fixing style
1 parent e9fd9c3 commit d4fb122

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
@@ -69,7 +69,7 @@ def wait_till_done(self, timeout_seconds=300) -> None:
6969
timeout_seconds -= check_frequency
7070
time.sleep(sleep_time_seconds)
7171
self.refresh()
72-
72+
7373
def get_result(self) -> str:
7474
""" Downloads the result file from Task
7575
"""

0 commit comments

Comments
 (0)