Add missed import

This commit is contained in:
AsfhtgkDavid 2025-01-25 22:36:38 +02:00
parent 69ae6662cb
commit f68fdd65a9

View File

@ -35,7 +35,7 @@ import math
import struct import struct
from collections.abc import Sequence from collections.abc import Sequence
from types import ModuleType from types import ModuleType
from typing import TYPE_CHECKING, Any, AnyStr, Callable, Union, cast from typing import TYPE_CHECKING, Any, AnyStr, Callable, Union, cast, Literal
from . import Image, ImageColor from . import Image, ImageColor
from ._deprecate import deprecate from ._deprecate import deprecate