diff --git a/test/detection/test_line_counter.py b/test/detection/test_line_counter.py index 77784c40..803eed9a 100644 --- a/test/detection/test_line_counter.py +++ b/test/detection/test_line_counter.py @@ -6,7 +6,7 @@ from typing import List, Optional, Tuple import numpy as np import pytest -from supervision import Detections, LineZone +from supervision import LineZone from supervision.geometry.core import Point, Position, Vector