Coding style.

This commit is contained in:
Andrew Hamilton 2018-06-02 11:15:15 +10:00
parent 27d91c6532
commit 17b71a6ae7

View file

@ -558,6 +558,8 @@ def _resize_image(image, new_width):
PIL.Image.ANTIALIAS)
# This isn't made redundant by pil_half, because pil_half doesn't look correct
# on some terminals.
@deps(deps={"python3-pil"}, url="python3-pil")
def pil(path):
with open(path, "rb") as image_file: