Skip to content

Commit 8a1ec0d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5c7249c commit 8a1ec0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tests/test_image.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,9 +1046,7 @@ def test_close_graceful(self, caplog: pytest.LogCaptureFixture) -> None:
10461046

10471047
class TestImageBytes:
10481048
sample_bytes = bytes(
1049-
range(
1050-
2 * 2 * max(pixelsize for mode, num_bands, pixelsize in image_modes)
1051-
)
1049+
range(2 * 2 * max(pixelsize for mode, num_bands, pixelsize in image_modes))
10521050
)
10531051

10541052
@pytest.mark.parametrize("mode", image_mode_names)

0 commit comments

Comments
 (0)