massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / Pillow / PIL / FliImagePlugin.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/FliImagePlugin.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/Pillow/PIL/FliImagePlugin.pyi
new file mode 100644 (file)
index 0000000..11f57d4
--- /dev/null
@@ -0,0 +1,7 @@
+from .ImageFile import ImageFile
+
+class FliImageFile(ImageFile):
+    format: str
+    format_description: str
+    def seek(self, frame) -> None: ...
+    def tell(self): ...