Skip to content

Commit 97c834c

Browse files
authored
chore(pkg-py): require directly import types and playwright (#125)
1 parent e04f8bc commit 97c834c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg-py/src/shinychat/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from . import playwright, types
21
from ._chat import Chat, chat_ui
32
from ._chat_normalize import message_content, message_content_chunk
43
from ._markdown_stream import MarkdownStream, output_markdown_stream
@@ -10,6 +9,4 @@
109
"output_markdown_stream",
1110
"message_content",
1211
"message_content_chunk",
13-
"types",
14-
"playwright",
1512
]

0 commit comments

Comments
 (0)