Skip to content

Commit

Permalink
use dummy var name for unused parts of unpacked tuple
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
Yay295 and hugovk authored Mar 20, 2024
1 parent 680f387 commit d30404f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
("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:
Expand Down

0 comments on commit d30404f

Please sign in to comment.