We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b859d5e commit 752786dCopy full SHA for 752786d
‎tests/test_quotes.py‎
@@ -322,7 +322,9 @@ async def test_quote_image_handlers(
322
assert (
323
img.get_flattened_data()
324
== img2.get_flattened_data()
325
- == qoi_rs.decode_pillow(qoi_rs.encode_pillow(img2)).get_flattened_data()
+ == qoi_rs.decode_pillow(
326
+ qoi_rs.encode_pillow(img2)
327
+ ).get_flattened_data()
328
)
329
img2.close()
330
qimg = qoi_rs.decode(image4)
0 commit comments