mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 13:16:52 +03:00
Lint fix
This commit is contained in:
parent
a139b97845
commit
8e9da1559b
|
@ -370,7 +370,6 @@ class BLP1Decoder(_BLPBaseDecoder):
|
||||||
|
|
||||||
a = ImageOps.invert(a)
|
a = ImageOps.invert(a)
|
||||||
|
|
||||||
|
|
||||||
image = Image.merge("RGBA", (r, g, b, a))
|
image = Image.merge("RGBA", (r, g, b, a))
|
||||||
self.set_as_raw(image.tobytes())
|
self.set_as_raw(image.tobytes())
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user