From 54a0422b5841245920b4258ecb828fb6a141befc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 19:08:33 +0000 Subject: [PATCH] =?UTF-8?q?fix(pre=5Fcommit):=20=F0=9F=8E=A8=20auto=20form?= =?UTF-8?q?at=20pre-commit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/detection/test_line_counter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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