Remove spaces

This commit is contained in:
Tsung-Po Sun 2021-01-31 14:39:57 +09:00 committed by Andrew Murray
parent 824d2fa4f3
commit 324d934128

View File

@ -1359,4 +1359,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")