Removed duplicate line (#4291)

Removed duplicate line
This commit is contained in:
Hugo van Kemenade 2019-12-25 14:55:25 +02:00 committed by GitHub
commit 0fe6955da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -882,7 +882,6 @@ def _save(im, fp, filename, chunk=putchunk):
b"\x01",
)
info = im.encoderinfo.get("pnginfo")
if info:
chunks = [b"bKGD", b"hIST"]
for cid, data in info.chunks: