Removed unused variable

This commit is contained in:
Andrew Murray 2015-12-02 16:15:12 +11:00
parent d321177589
commit 4ab0cbb5ba

View File

@ -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()