removing extra spacing

This commit is contained in:
hd 2023-07-21 12:54:44 +02:00
parent ace6ce363f
commit fc4bb27aa8
1 changed files with 0 additions and 2 deletions

View File

@ -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