From 8f202f107a9b6b1f9225805124c20a468a4d028d Mon Sep 17 00:00:00 2001 From: Joey Marianer Date: Tue, 19 Aug 2025 22:06:17 -0700 Subject: [PATCH] fmt --- src/PIL/Image.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PIL/Image.py b/src/PIL/Image.py index d8b523826..0076424c6 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -99,7 +99,8 @@ else: if __version__ != getattr(core, "PILLOW_VERSION", None): msg = ( - "The _imaging extension was built for another version of Pillow or PIL:\n" + "The _imaging extension was built for another version of " + "Pillow or PIL:\n" f"Core version: {getattr(core, 'PILLOW_VERSION', None)}\n" f"Pillow version: {__version__}" )