Skip to content

Commit ea9cfac

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7f8ad80 commit ea9cfac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

colour_checker_detection/detection/segmentation.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -974,9 +974,9 @@ def detect_colour_checkers_segmentation(
974974
samples: int = 16,
975975
additional_data: bool = False,
976976
**kwargs: Any,
977-
) -> Tuple[DataDetectColourCheckersSegmentation, ...] | Tuple[
978-
NDArrayFloat, ...
979-
]:
977+
) -> (
978+
Tuple[DataDetectColourCheckersSegmentation, ...] | Tuple[NDArrayFloat, ...]
979+
):
980980
"""
981981
Detect the colour checkers swatches in given image using segmentation.
982982

0 commit comments

Comments
 (0)