Skip to content

Commit 334c7a2

Browse files
committed
Fix logs
1 parent b3868bb commit 334c7a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/superannotate/lib/core/usecases/annotations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ def __init__(
5555
self._client_s3_bucket = client_s3_bucket
5656
self._pre_annotation = pre_annotation
5757
self._templates = templates
58-
self._annotations_to_upload = None
59-
self._missing_annotations = None
58+
self._annotations_to_upload = []
59+
self._missing_annotations = []
6060
self._validators = validators
6161
self.missing_attribute_groups = set()
6262
self.missing_classes = set()

0 commit comments

Comments
 (0)