diff --git a/Tests/test_imagedraw.py b/Tests/test_imagedraw.py index 8dcd2f898..f8000054e 100644 --- a/Tests/test_imagedraw.py +++ b/Tests/test_imagedraw.py @@ -1336,4 +1336,3 @@ def test_continuous_horizontal_edges_polygon(): img, draw = create_base_image_draw((16, 16)) draw.polygon(xy, BLACK) assert_image_equal(img, expected, "continuous horizontal edges polygon failed") - \ No newline at end of file