mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Format with Black
This commit is contained in:
parent
c00fdc7e30
commit
2092801e71
|
@ -16,8 +16,9 @@
|
||||||
|
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
repro_read_strip = ('images/crash_1.tif',
|
repro_read_strip = (
|
||||||
'images/crash_2.tif',
|
"images/crash_1.tif",
|
||||||
|
"images/crash_2.tif",
|
||||||
)
|
)
|
||||||
|
|
||||||
for path in repro_read_strip:
|
for path in repro_read_strip:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user