We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668695e commit 8e5c2ebCopy full SHA for 8e5c2eb
docs/build_docs.py
@@ -39,6 +39,7 @@
39
import jinja2 # must be imported before turning on TYPE_CHECKING
40
import pydantic # must be imported before turning on TYPE_CHECKING
41
from IPython import display # must be imported before turning on TYPE_CHECKING
42
+import PIL.Image # must be imported before turning on TYPE_CHECKING
43
44
# For showing the conditional imports and types in `content_types.py`
45
# grpc must be imported first.
0 commit comments