diff --git a/stubs/PIL/__init__.pyi b/stubs/PIL/__init__.pyi deleted file mode 100644 --- a/stubs/PIL/__init__.pyi +++ /dev/null @@ -1,8 +0,0 @@ -# Stubs for PIL (Python 3) -# - -class Image: - @classmethod - def open(cls) -> Image: ... - @classmethod - def frombytes(cls, mode, size, data): ...