Skip to content

Commit

Permalink
black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldies committed Jul 10, 2024
1 parent a199dde commit 4438410
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datumaro/plugins/datumaro_format/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@ def _load_annotations(item):
elif ann_type == AnnotationType.skeleton:
loaded.append(
Skeleton(
elements=DatumaroExtractor._load_annotations({"annotations": ann.get("elements", tuple())}),
elements=DatumaroExtractor._load_annotations(
{"annotations": ann.get("elements", tuple())},
),
label=label_id,
id=ann_id,
attributes=attributes,
Expand Down

0 comments on commit 4438410

Please sign in to comment.