Skip to content

Commit 604a4ef

Browse files
authored
Discard changes to shiny/render/renderer/__init__.py
1 parent db98200 commit 604a4ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

shiny/render/renderer/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
from ._renderer import ( # noqa: F401
2-
AsyncValueFn,
3-
Jsonifiable,
42
Renderer,
5-
RendererT,
63
ValueFn,
4+
Jsonifiable,
5+
RendererT,
6+
AsyncValueFn,
7+
# IT, # pyright: ignore[reportUnusedImport]
78
)
89

910
__all__ = (

0 commit comments

Comments
 (0)