Skip to content

Commit 777b57f

Browse files
committed
update to ignore logic
1 parent c84f5c8 commit 777b57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/serialization/ndjson/test_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from labelbox.data.serialization.ndjson.converter import NDJsonConverter
66
from labelbox.data.annotation_types import Mask, Label, ObjectAnnotation, ImageData, MaskData
77

8-
IGNORE_KEYS = ['classifications', 'unit', 'page']
8+
IGNORE_KEYS = ['classifications']
99

1010

1111
def round_dict(data):

0 commit comments

Comments
 (0)