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 Oct 23, 2023
1 parent ac54da2 commit 1474f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_jpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ def test_restart_markers(self):
subsampling=0,
)
found_markers = sum(
len(out.getvalue().split(bytes([0xff, 0xd0 + i]))) - 1 for i in range(8)
len(out.getvalue().split(bytes([0xFF, 0xD0 + i]))) - 1 for i in range(8)
)
assert markers == found_markers

Expand Down

0 comments on commit 1474f56

Please sign in to comment.