Skip to content

Commit 661ac42

Browse files
committed
nits again
1 parent 53e5816 commit 661ac42

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/helpers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ def assert_polygon_annotation_matches_dict(
152152
def assert_segmentation_annotation_matches_dict(
153153
annotation_instance, annotation_dict
154154
):
155-
print("RETURNED: ", str(annotation_instance))
156-
print("ORIG: ", annotation_dict)
157155
assert annotation_instance.mask_url == annotation_dict["mask_url"]
158156
assert (
159157
annotation_instance.annotation_id == annotation_dict["annotation_id"]

tests/test_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
22

3-
from tests.helpers import (
3+
from helpers import (
44
TEST_SLICE_NAME,
55
TEST_DATASET_NAME,
66
TEST_IMG_URLS,

0 commit comments

Comments
 (0)