Pillow
Pillow copied to clipboard
Use different variables for Image and ImageFile instances
This is part of #8362 - I'm hoping to break down that PR into easier-to-review chunks.
This is to fix type hint errors like
error: Incompatible types in assignment (expression has type "Image", variable has type "ImageFile") [assignment]