forked from josch/img2pdf
src/img2pdf_test.py: format with black
This commit is contained in:
parent
3da370d3bd
commit
244f034a2e
1 changed files with 1 additions and 7 deletions
|
@ -2211,13 +2211,7 @@ def gif_animation_img(tmp_path_factory, tmp_normal_png, tmp_inverse_png):
|
|||
)
|
||||
# make sure all frames have the same palette by using -remap
|
||||
subprocess.check_call(
|
||||
CONVERT
|
||||
+ [
|
||||
str(tmp_img),
|
||||
"-strip",
|
||||
"-remap", str(pal_img),
|
||||
str(in_img)
|
||||
]
|
||||
CONVERT + [str(tmp_img), "-strip", "-remap", str(pal_img), str(in_img)]
|
||||
)
|
||||
pal_img.unlink()
|
||||
tmp_img.unlink()
|
||||
|
|
Loading…
Reference in a new issue