Skip to content

Commit 8e5c2eb

Browse files
authored
Update build_docs.py
1 parent 668695e commit 8e5c2eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/build_docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
import jinja2 # must be imported before turning on TYPE_CHECKING
4040
import pydantic # must be imported before turning on TYPE_CHECKING
4141
from IPython import display # must be imported before turning on TYPE_CHECKING
42+
import PIL.Image # must be imported before turning on TYPE_CHECKING
4243

4344
# For showing the conditional imports and types in `content_types.py`
4445
# grpc must be imported first.

0 commit comments

Comments
 (0)