Added missing import

This commit is contained in:
Andrew Murray 2021-04-25 12:40:31 +10:00
parent fae9afe351
commit bb12c8079e

View File

@ -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: