Skip to content

Commit 5de410e

Browse files
committed
Fix property
1 parent 628fa2a commit 5de410e

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
@@ -140,7 +140,7 @@ def annotations_to_upload(self):
140140
@property
141141
def missing_annotations(self):
142142
if not self._missing_annotations:
143-
return []
143+
self._missing_annotations = []
144144
return self._missing_annotations
145145

146146
def get_annotation_upload_data(

0 commit comments

Comments
 (0)