From fc4bb27aa8a70df923a1fb0de5c26a45129c015e Mon Sep 17 00:00:00 2001 From: hd Date: Fri, 21 Jul 2023 12:54:44 +0200 Subject: [PATCH] removing extra spacing --- test/detection/test_core.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/detection/test_core.py b/test/detection/test_core.py index afb31596..b750b710 100644 --- a/test/detection/test_core.py +++ b/test/detection/test_core.py @@ -287,5 +287,3 @@ def test_get_anchor_coordinates() -> None: result = detections.get_anchor_coordinates(Position.BOTTOM_RIGHT).tolist() expected_result = [[20, 20], [30, 30]] assert result == expected_result - -