Skip to content

Commit cf1f123

Browse files
author
Richard Sun
committed
[QQC-1126] Code formatting
1 parent a9c7cc7 commit cf1f123

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labelbox/schema/project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,8 @@ def _create_batch_async(self,
750750
elif task_status == "IN_PROGRESS":
751751
timeout_seconds -= sleep_time
752752
if timeout_seconds <= 0:
753-
raise LabelboxError(f"Timed out while waiting for batch to be created.")
753+
raise LabelboxError(
754+
f"Timed out while waiting for batch to be created.")
754755
logger.debug("Creating batch, waiting for server...", self.uid)
755756
time.sleep(sleep_time)
756757
continue

0 commit comments

Comments
 (0)