We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d74bff commit 1598ce8Copy full SHA for 1598ce8
src/PIL/ImageCms.py
@@ -23,7 +23,7 @@
23
import sys
24
from enum import IntEnum, IntFlag
25
from functools import reduce
26
-from typing import Literal, SupportsFloat, SupportsInt, Union
+from typing import Any, Literal, SupportsFloat, SupportsInt, Union
27
28
from . import Image
29
from ._typing import SupportsRead
0 commit comments