Skip to content

Commit d90055e

Browse files
authored
Merge pull request #807 from superannotateai/fix_usacase
fix in UploadMultiModalAnnotationsUseCase
2 parents 4cd2243 + 40fa77e commit d90055e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/core/usecases/annotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2178,5 +2178,5 @@ def _attach_categories(self, folder_id: int, item_id_category_map: Dict[int, str
21782178
self._service_provider.items.bulk_attach_categories(
21792179
project_id=self._project.id,
21802180
folder_id=folder_id,
2181-
item_category_map=item_id_category_id_map,
2181+
item_id_category_id_map=item_id_category_id_map,
21822182
)

0 commit comments

Comments
 (0)