Skip to content

Commit 29aeec6

Browse files
author
Claire Pajot
committed
Removed print statements
1 parent 0fc351c commit 29aeec6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_annotation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ def dataset(CLIENT):
7373

7474
def test_box_gt_upload(dataset):
7575
annotation = BoxAnnotation(**TEST_BOX_ANNOTATIONS[0])
76-
print(annotation)
7776
response = dataset.annotate(annotations=[annotation])
78-
print(response)
7977

8078
assert response["dataset_id"] == dataset.id
8179
assert response["annotations_processed"] == 1

0 commit comments

Comments
 (0)