This commit is contained in:
Joey Marianer 2025-08-19 22:06:17 -07:00
parent 9240ec96c0
commit 8f202f107a

View File

@ -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__}"
)