From 80a449630417d98e587668ab22646ef7aab80906 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 19 Feb 2024 08:29:14 +1100 Subject: [PATCH] noclass --- src/PIL/ImageOps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/ImageOps.py b/src/PIL/ImageOps.py index 4acb13565b6..01c2a8bedea 100644 --- a/src/PIL/ImageOps.py +++ b/src/PIL/ImageOps.py @@ -421,7 +421,7 @@ def getmesh( def deform( image: Image.Image, - deformer: _SupportsGetMesh, + deformer, resample: int = Image.Resampling.BILINEAR, ) -> Image.Image: """