From 6bebd4e70d0e8252ade2b2da10e0ae54a3e33e22 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:03:05 +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 --- supervision/detection/tools/csv_sink.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/supervision/detection/tools/csv_sink.py b/supervision/detection/tools/csv_sink.py index 55baf91c..ba0dde97 100644 --- a/supervision/detection/tools/csv_sink.py +++ b/supervision/detection/tools/csv_sink.py @@ -173,8 +173,7 @@ class CSVSink: @staticmethod def parse_field_names( - detections: Detections, - custom_data: Dict[str, Any] + detections: Detections, custom_data: Dict[str, Any] ) -> List[str]: dynamic_header = sorted( set(custom_data.keys()) | set(getattr(detections, "data", {}).keys())