mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
use dummy var name for unused parts of unpacked tuple
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
680f387bc2
commit
d30404fede
|
@ -60,7 +60,7 @@ image_modes = (
|
|||
("LAB", 3, 4),
|
||||
)
|
||||
|
||||
image_mode_names = [name for name, num_bands, pixelsize in image_modes]
|
||||
image_mode_names = [name for name, _, _ in image_modes]
|
||||
|
||||
|
||||
class TestImage:
|
||||
|
|
Loading…
Reference in New Issue
Block a user