From 2a6bcc18fe9d4a80783489a9981e7e7bf15d4440 Mon Sep 17 00:00:00 2001 From: REDxEYE Date: Thu, 12 Oct 2023 22:19:30 +0300 Subject: [PATCH] Add missing annotation import --- src/PIL/Image.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PIL/Image.py b/src/PIL/Image.py index c7daa87cd00..5ec7d0e77b9 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -23,6 +23,7 @@ # # See the README file for information on usage and redistribution. # +from __future__ import annotations import atexit import builtins