Skip to content

Commit 1598ce8

Browse files
committed
Added missing import
1 parent 3d74bff commit 1598ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/ImageCms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import sys
2424
from enum import IntEnum, IntFlag
2525
from functools import reduce
26-
from typing import Literal, SupportsFloat, SupportsInt, Union
26+
from typing import Any, Literal, SupportsFloat, SupportsInt, Union
2727

2828
from . import Image
2929
from ._typing import SupportsRead

0 commit comments

Comments
 (0)