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 Mar 11, 2024
1 parent 5c7249c commit 8a1ec0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tests/test_image.py
Expand Up @@ -1046,9 +1046,7 @@ def test_close_graceful(self, caplog: pytest.LogCaptureFixture) -> None:

class TestImageBytes:
sample_bytes = bytes(
range(
2 * 2 * max(pixelsize for mode, num_bands, pixelsize in image_modes)
)
range(2 * 2 * max(pixelsize for mode, num_bands, pixelsize in image_modes))
)

@pytest.mark.parametrize("mode", image_mode_names)
Expand Down

0 comments on commit 8a1ec0d

Please sign in to comment.