Skip to content

Commit 661f5f5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7027259 commit 661f5f5

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Tests/test_file_jpeg.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,12 @@ def _n_qtables_helper(n: int, test_file: str) -> None:
614614
None
615615
)
616616
]
617-
618-
qtable_from_qtable_quality = self.roundtrip(im, qtables={0:standard_l_qtable,1:standard_chrominance_qtable}, quality=75).quantization
617+
618+
qtable_from_qtable_quality = self.roundtrip(
619+
im,
620+
qtables={0: standard_l_qtable, 1: standard_chrominance_qtable},
621+
quality=75,
622+
).quantization
619623
qtable_from_quality = self.roundtrip(im, quality=75).quantization
620624
assert qtable_from_qtable_quality == qtable_from_quality
621625
# list of qtable lists

0 commit comments

Comments
 (0)