Added type hints to ImageTransform

This commit is contained in:
Andrew Murray 2024-01-01 20:33:34 +11:00
parent 90440a70da
commit 59100652b6

View File

@ -149,4 +149,5 @@ Work has begun to add type annotations to Pillow, including:
* :py:mod:`~PIL.ImageChops`
* :py:mod:`~PIL.ImageMode`
* :py:mod:`~PIL.ImageSequence`
* :py:mod:`~PIL.ImageTransform`
* :py:mod:`~PIL.TarIO`