Update test_imagedraw.py

This commit is contained in:
nediamond 2017-06-28 00:31:31 -04:00 committed by GitHub
parent 670faf0c82
commit 279281e43c

View File

@ -417,7 +417,6 @@ class TestImageDraw(PillowTestCase):
im, centre_point, ImageColor.getrgb("red"),
thresh=30)
del draw
im.save("x.png")
# Assert
self.assert_image_equal(
im, Image.open("Tests/images/imagedraw_floodfill2.png"))