Skip to content

Commit 4291e4b

Browse files
committed
Fix format check
1 parent b83320c commit 4291e4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg-py/src/querychat/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from querychat._greeting import greeting
2-
from querychat.querychat import QueryChat, init
2+
from querychat.querychat import QueryChat, init, sidebar, system_prompt
33
from querychat.querychat import mod_server as server
44
from querychat.querychat import mod_ui as ui
5-
from querychat.querychat import sidebar, system_prompt
65

76
__all__ = ["QueryChat", "greeting", "init", "server", "sidebar", "system_prompt", "ui"]

0 commit comments

Comments
 (0)