Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 6, 2023
1 parent 76f0a65 commit 83100a9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Tests/test_lib_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,7 @@ def test_not_equal(mode):

@pytest.mark.parametrize(
("mode", "rawmode"),
(
("RGB", "RGBX"),
("YCbCr", "YCbCrX"),
("HSV", None),
("LAB", None)
)
(("RGB", "RGBX"), ("YCbCr", "YCbCrX"), ("HSV", None), ("LAB", None)),
)
def test_equal_three_channels_four_bytes(mode, rawmode):
if rawmode is None:
Expand Down

0 comments on commit 83100a9

Please sign in to comment.