Skip to content

Commit 567cd2d

Browse files
committed
Fixes sphinx warnings
1 parent 606bcca commit 567cd2d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

shiny/render/_render.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@
4141

4242
from htmltools import TagChildArg
4343

44+
# These aren't used directly in this file, but they seems necessary for Sphinx to work
45+
# cleanly.
46+
from htmltools import ( # pyright: ignore[reportUnusedImport] # noqa: F401
47+
Tagifiable, # pyright: ignore[reportUnusedImport]
48+
Tag, # pyright: ignore[reportUnusedImport]
49+
TagList, # pyright: ignore[reportUnusedImport]
50+
)
51+
4452
if TYPE_CHECKING:
4553
from ..session import Session
4654
from ..session._utils import RenderedDeps

0 commit comments

Comments
 (0)