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 cbe651d commit 44119f3Copy full SHA for 44119f3
labelbox/schema/dataset.py
@@ -136,8 +136,7 @@ def validate_attachments(item):
136
if attachments:
137
if isinstance(attachments, list):
138
for attachment in attachments:
139
- AssetAttachment.validate_attachment_json(
140
- attachment)
+ AssetAttachment.validate_attachment_json(attachment)
141
else:
142
raise ValueError(
143
f"Attachments must be a list. Found {type(attachments)}"
0 commit comments