Skip to content

Commit fb134e3

Browse files
committed
fixing type hint
1 parent 6adf992 commit fb134e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datumaro/plugins/datumaro_format/extractor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def _load_annotations(self, item: dict):
269269
return loaded
270270

271271
def _load_skeleton_elements_annotations(
272-
self, ann: dict, label_id: int, points: list[float | int]
272+
self, ann: dict, label_id: int, points: list
273273
) -> list[Points]:
274274
if len(points) % 3 != 0:
275275
raise InvalidAnnotationError(

0 commit comments

Comments
 (0)