fix linters

This commit is contained in:
Daniel Gatis 2024-05-23 21:24:00 -03:00
parent 2bb949fb0b
commit d1e00734f8

View File

@ -162,7 +162,7 @@ def b_command(
if not img_bytes:
break
img = Image.frombytes("RGB", (image_width, image_height), img_bytes)
img = PILImage.frombytes("RGB", (image_width, image_height), img_bytes)
output = remove(img, session=session, **kwargs)
if output_specifier: