Skip to content

Commit 39f52d8

Browse files
Paul NoirelPaul Noirel
authored andcommitted
Fix typo with upload_task.statuses
1 parent 11658df commit 39f52d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/model_assisted_labeling/mal_with_subclasses.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
"# Wait for upload to finish (Will take up to five minutes)\n",
553553
"upload_task.wait_until_done()\n",
554554
"# Review the upload status\n",
555-
"for status in upload_tasks.statuses:\n",
555+
"for status in upload_task.statuses:\n",
556556
" print(status)"
557557
]
558558
},

0 commit comments

Comments
 (0)