mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Removed trailing comma
This commit is contained in:
parent
298b7d0333
commit
bb013270af
|
@ -768,12 +768,7 @@ class TestFileLibTiff(LibTiffTestCase):
|
||||||
assert im.mode == "RGBA"
|
assert im.mode == "RGBA"
|
||||||
assert im.size == (100, 40)
|
assert im.size == (100, 40)
|
||||||
assert im.tile, [
|
assert im.tile, [
|
||||||
(
|
("libtiff", (0, 0, 100, 40), 0, ("RGBa;16N", "tiff_lzw", False, 38236))
|
||||||
"libtiff",
|
|
||||||
(0, 0, 100, 40),
|
|
||||||
0,
|
|
||||||
("RGBa;16N", "tiff_lzw", False, 38236),
|
|
||||||
)
|
|
||||||
]
|
]
|
||||||
im.load()
|
im.load()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user