Coding style.
This commit is contained in:
parent
27d91c6532
commit
17b71a6ae7
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue