Skip to content

Commit d278ac5

Browse files
committed
Delete unused helper method
1 parent c2b558f commit d278ac5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/helpers.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,4 @@ def assert_polygon_prediction_matches_dict(
184184
assert_polygon_annotation_matches_dict(
185185
prediction_instance, prediction_dict
186186
)
187-
assert prediction_instance.confidence == prediction_dict["confidence"]
188-
189-
190-
def test_repr(test_object: any):
191-
assert eval(str(test_object)) == test_object
187+
assert prediction_instance.confidence == prediction_dict["confidence"]

0 commit comments

Comments
 (0)