Pillow
Pillow copied to clipboard
Conditionally define ImageCms type hint to avoid requiring core
Resolves #8193.
Alternative to #8196 - my thinking is that this is closer to the intention of https://peps.python.org/pep-0484/#forward-references. However, if the other PR is preferred, no problem.
FWIW this will also break the Docs references if Pillow is built without lcms.
If there is concern about building the docs without lcms2, I've added a commit to use nitpick_ignore to prevent failure.