diff --git a/stubs/PIL/WebPImagePlugin.pyi b/stubs/PIL/WebPImagePlugin.pyi deleted file mode 100644 --- a/stubs/PIL/WebPImagePlugin.pyi +++ /dev/null @@ -1,9 +0,0 @@ -# Stubs for PIL.WebPImagePlugin (Python 3) -# -# NOTE: This dynamically typed stub was automatically generated by stubgen. - -from PIL import ImageFile - -class WebPImageFile(ImageFile.ImageFile): - format: str = ... - format_description: str = ...