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 4ed6785 commit 99f6ff4Copy full SHA for 99f6ff4
labelbox/data/serialization/ndjson/converter.py
@@ -39,4 +39,4 @@ def serialize(
39
A generator for accessing the ndjson representation of the data
40
"""
41
for example in NDLabel.from_common(labels):
42
- yield example.dict(by_alias=True)
+ yield example.dict(by_alias=True, exclude_none=True)
0 commit comments