From b60a5827e8266a72b24a12a87898b6e55d328d1a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 15 Dec 2023 07:59:38 +1100 Subject: [PATCH] Import annotations to allow for pipe as union type --- src/PIL/ImageChops.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PIL/ImageChops.py b/src/PIL/ImageChops.py index 81c7f0d0b..29a5c995f 100644 --- a/src/PIL/ImageChops.py +++ b/src/PIL/ImageChops.py @@ -15,6 +15,8 @@ # See the README file for information on usage and redistribution. # +from __future__ import annotations + from . import Image