Skip to content

Commit 1996b49

Browse files
committed
remove print statement
1 parent 2eefdfa commit 1996b49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ def test_slice_append(dataset):
162162
slc.append(reference_ids=[item.reference_id for item in ds_items[:3]])
163163

164164
response = slc.info()
165-
print(response)
166165
assert len(response["dataset_items"]) == 3
167166
for item in ds_items[:3]:
168167
assert (

0 commit comments

Comments
 (0)