mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-14 05:36:48 +03:00
Removed unused variable
This commit is contained in:
parent
d321177589
commit
4ab0cbb5ba
|
@ -104,7 +104,7 @@ if sys.platform.startswith('win32'):
|
||||||
DeleteObject(dib)
|
DeleteObject(dib)
|
||||||
DeleteDC(hdc)
|
DeleteDC(hdc)
|
||||||
|
|
||||||
reloaded = Image.open(BytesIO(bitmap)).save(opath)
|
Image.open(BytesIO(bitmap)).save(opath)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user