mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-25 06:34:48 +03:00
Formatting change
Co-Authored-By: radarhere <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
0469be3d49
commit
8034b00cb4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user