Skip to content

Commit 7332793

Browse files
test_change
1 parent 3a94a65 commit 7332793

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/annotations/test_clarifai_loader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def test_coco_detection_loader(self,):
8484
dataloader = annotation_object.dataloader
8585
assert dataloader.task == 'visual_detection'
8686
assert len(dataloader) == 2
87-
assert dataloader[0].labels == ['b']
8887
assert dataloader[0].id == 'a'
8988
assert isinstance(dataloader[0].image_bytes, bytes)
9089

0 commit comments

Comments
 (0)