mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-11 16:52:29 +03:00
Add missed import
This commit is contained in:
parent
69ae6662cb
commit
f68fdd65a9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user