diff --git a/stubs/Pillow/PIL/ImageDraw.pyi b/stubs/Pillow/PIL/ImageDraw.pyi index b8f197368..54650ed19 100644 --- a/stubs/Pillow/PIL/ImageDraw.pyi +++ b/stubs/Pillow/PIL/ImageDraw.pyi @@ -5,7 +5,7 @@ from typing_extensions import Literal from .Image import Image from .ImageFont import _Font -_Ink = Union[str, int, Tuple[int, int, int]] +_Ink = Union[str, int, Tuple[int, int, int], Tuple[int, int, int, int]] _XY = Sequence[Union[float, Tuple[float, float]]] _Outline = Any