File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 44
55client = fastlabel .Client ()
66
7- auto_annotation_jobs = client .get_auto_annotation_jobs (
8- project = "YOUR_PROJECT_SLUG"
9- )
7+ auto_annotation_jobs = client .get_auto_annotation_jobs (project = "YOUR_PROJECT_SLUG" )
108pprint (auto_annotation_jobs )
Original file line number Diff line number Diff line change @@ -4742,9 +4742,7 @@ def get_auto_annotation_jobs(
47424742 limit is the max number to fetch (Optional).
47434743 """
47444744 if project is None :
4745- raise FastLabelInvalidException (
4746- "Project is required." , 422
4747- )
4745+ raise FastLabelInvalidException ("Project is required." , 422 )
47484746 if limit > 1000 :
47494747 raise FastLabelInvalidException (
47504748 "Limit must be less than or equal to 1000." , 422
You can’t perform that action at this time.
0 commit comments