Skip to content

Commit 0fc5151

Browse files
authored
Merge pull request #483 from superannotateai/1247_aggregate_annotations
tag aggregators return None:
2 parents 54d8f0f + 62e4e4c commit 0fc5151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/superannotate/lib/app/analytics/aggregators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class DataAggregator:
9999
ry=annotation["ry"],
100100
angle=annotation["angle"],
101101
),
102+
"tag": lambda annotation: None
102103
}
103104

104105
def __init__(

0 commit comments

Comments
 (0)