mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +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)
|
||||
DeleteDC(hdc)
|
||||
|
||||
reloaded = Image.open(BytesIO(bitmap)).save(opath)
|
||||
Image.open(BytesIO(bitmap)).save(opath)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in New Issue
Block a user