Skip to content

Commit 44119f3

Browse files
author
Matt Sokoloff
committed
format
1 parent cbe651d commit 44119f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

labelbox/schema/dataset.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ def validate_attachments(item):
136136
if attachments:
137137
if isinstance(attachments, list):
138138
for attachment in attachments:
139-
AssetAttachment.validate_attachment_json(
140-
attachment)
139+
AssetAttachment.validate_attachment_json(attachment)
141140
else:
142141
raise ValueError(
143142
f"Attachments must be a list. Found {type(attachments)}"

0 commit comments

Comments
 (0)