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 b3868bb commit 334c7a2Copy full SHA for 334c7a2
src/superannotate/lib/core/usecases/annotations.py
@@ -55,8 +55,8 @@ def __init__(
55
self._client_s3_bucket = client_s3_bucket
56
self._pre_annotation = pre_annotation
57
self._templates = templates
58
- self._annotations_to_upload = None
59
- self._missing_annotations = None
+ self._annotations_to_upload = []
+ self._missing_annotations = []
60
self._validators = validators
61
self.missing_attribute_groups = set()
62
self.missing_classes = set()
0 commit comments