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 Jan 29, 2024
1 parent b90aaa0 commit 0a42af8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions colour_checker_detection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
colour.utilities.ANCILLARY_COLOUR_SCIENCE_PACKAGES[ # pyright: ignore
"colour-checker-detection"
] = _version
colour.utilities.ANCILLARY_RUNTIME_PACKAGES[ # pyright: ignore
"opencv"
] = cv2.__version__
colour.utilities.ANCILLARY_RUNTIME_PACKAGES["opencv"] = ( # pyright: ignore
cv2.__version__
)

del _version

Expand Down

0 comments on commit 0a42af8

Please sign in to comment.