Skip to content

Commit f32d222

Browse files
Update import statement for Pillow library
Added comment to indicate installation of Pillow library.
1 parent 4dc1377 commit f32d222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kececinumbers/kececinumbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
import operator
100100
import os
101101
import numpy as np
102-
from PIL import Image, ImageDraw
102+
from PIL import Image, ImageDraw # pip install pillow
103103
import random
104104
import re
105105
import requests

0 commit comments

Comments
 (0)