We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628fa2a commit 5de410eCopy full SHA for 5de410e
src/superannotate/lib/core/usecases/annotations.py
@@ -140,7 +140,7 @@ def annotations_to_upload(self):
140
@property
141
def missing_annotations(self):
142
if not self._missing_annotations:
143
- return []
+ self._missing_annotations = []
144
return self._missing_annotations
145
146
def get_annotation_upload_data(
0 commit comments