diff --git a/test/dataset/formats/test_pascal_voc.py b/test/dataset/formats/test_pascal_voc.py index f5a953a2..0d316d95 100644 --- a/test/dataset/formats/test_pascal_voc.py +++ b/test/dataset/formats/test_pascal_voc.py @@ -71,7 +71,3 @@ def test_object_to_pascal_voc( def test_load_pascal_voc_annotations(expected_result, exception: Exception): ... - - -def test_detections_to_pascal_voc(expected_result, exception: Exception): - ...