From 8034b00cb46a799ec82ea7531f49d0662584918a Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 27 Mar 2019 07:42:48 +1100 Subject: [PATCH] Formatting change Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com> --- Tests/test_imagedraw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_imagedraw.py b/Tests/test_imagedraw.py index c0579df86..b75b40531 100644 --- a/Tests/test_imagedraw.py +++ b/Tests/test_imagedraw.py @@ -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)