Skip to content

Commit 67bf2f6

Browse files
committed
Fix df_
1 parent 5b55049 commit 67bf2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3409,7 +3409,7 @@ def aggregate_annotations_as_df(
34093409
"""
34103410
from superannotate.lib.app.analytics.common import aggregate_annotations_as_df
34113411

3412-
aggregate_annotations_as_df(
3412+
return aggregate_annotations_as_df(
34133413
project_root,
34143414
include_classes_wo_annotations,
34153415
include_comments,

0 commit comments

Comments
 (0)