From a139b9784541659c86ba9994563f07a3ba3ef4bc Mon Sep 17 00:00:00 2001 From: Meithal Date: Thu, 15 Jul 2021 20:48:47 +0200 Subject: [PATCH] Cleanup --- src/PIL/BlpImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/BlpImagePlugin.py b/src/PIL/BlpImagePlugin.py index 907d33a20..6909599c1 100644 --- a/src/PIL/BlpImagePlugin.py +++ b/src/PIL/BlpImagePlugin.py @@ -28,7 +28,7 @@ BLP files come in many different flavours: - DXT3 compression is used if alpha_encoding == 1. - DXT5 compression is used if alpha_encoding == 7. """ -print("foo") + import struct from io import BytesIO