Skip to content

Commit

Permalink
Merge pull request #8098 from radarhere/lcms_version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jun 3, 2024
2 parents eeb1eea + 8dae9b6 commit 95a69ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PIL/ImageCms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ def isIntentSupported(
raise PyCMSError(v) from v


def versions() -> tuple[str, str, str, str]:
def versions() -> tuple[str, str | None, str, str]:
"""
(pyCMS) Fetches versions.
"""
Expand Down
2 changes: 1 addition & 1 deletion src/PIL/_imagingcms.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import datetime
import sys
from typing import Literal, SupportsFloat, TypedDict

littlecms_version: str
littlecms_version: str | None

_Tuple3f = tuple[float, float, float]
_Tuple2x3f = tuple[_Tuple3f, _Tuple3f]
Expand Down

0 comments on commit 95a69ec

Please sign in to comment.