From 279281e43c7e949561098748956429d7baf03ef6 Mon Sep 17 00:00:00 2001 From: nediamond Date: Wed, 28 Jun 2017 00:31:31 -0400 Subject: [PATCH] Update test_imagedraw.py --- Tests/test_imagedraw.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/test_imagedraw.py b/Tests/test_imagedraw.py index 0760acd45..cddb838e2 100644 --- a/Tests/test_imagedraw.py +++ b/Tests/test_imagedraw.py @@ -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"))