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