Formatting change

Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo 2019-03-27 07:42:48 +11:00 committed by Andrew Murray
parent 0469be3d49
commit 8034b00cb4

View File

@ -770,7 +770,7 @@ class TestImageDraw(PillowTestCase):
for xy in [
[(X0, Y0), (X1, Y1)],
[[X0, Y0], [X1, Y1]],
[X0, Y0, X1, Y1]
[X0, Y0, X1, Y1],
]:
draw.arc(xy, 0, 90)
draw.chord(xy, 0, 90)