removing extra spacing
This commit is contained in:
parent
ace6ce363f
commit
fc4bb27aa8
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue