Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 27, 2023
1 parent 09cf4f8 commit 7831079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions colour_checker_detection/detection/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7831079

Please sign in to comment.