Skip to content

Commit

Permalink
noclass
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 18, 2024
1 parent bce449c commit 80a4496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/ImageOps.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def getmesh(

def deform(
image: Image.Image,
deformer: _SupportsGetMesh,
deformer,
resample: int = Image.Resampling.BILINEAR,
) -> Image.Image:
"""
Expand Down

0 comments on commit 80a4496

Please sign in to comment.