From bf1e6f5063354df5ecd986adde78c83bebeacd61 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 07:48:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- colour_checker_detection/detection/segmentation.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/colour_checker_detection/detection/segmentation.py b/colour_checker_detection/detection/segmentation.py index c7cf9e5..0754b32 100644 --- a/colour_checker_detection/detection/segmentation.py +++ b/colour_checker_detection/detection/segmentation.py @@ -974,9 +974,9 @@ def detect_colour_checkers_segmentation( samples: int = 16, additional_data: bool = False, **kwargs: Any, -) -> Tuple[DataDetectColourCheckersSegmentation, ...] | Tuple[ - NDArrayFloat, ... -]: +) -> ( + Tuple[DataDetectColourCheckersSegmentation, ...] | Tuple[NDArrayFloat, ...] +): """ Detect the colour checkers swatches in given image using segmentation.