mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Added missing import
This commit is contained in:
parent
fae9afe351
commit
bb12c8079e
|
@ -18,6 +18,7 @@ Example: Draw a gray cross over an image
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
import sys
|
||||
from PIL import Image, ImageDraw
|
||||
|
||||
with Image.open("hopper.jpg") as im:
|
||||
|
|
Loading…
Reference in New Issue
Block a user