Skip to content

Commit

Permalink
FIx imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Oct 13, 2023
1 parent c8386f5 commit 6799912
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions panel/chat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
For more detail see the Reference Gallery guide.
https://panel.holoviz.org/reference/chat/ChatInterface.html
"""
from .base import ( # noqa
ChatEntry, ChatFeed, ChatInterface, ChatReactionIcons,
)
from .entry import ChatEntry # noqa
from .feed import ChatFeed # noqa
from .icon import ChatReactionIcons # noqa
from .interface import ChatInterface # noqa
from .langchain import PanelCallbackHandler # noqa

__all__ = (
Expand Down

0 comments on commit 6799912

Please sign in to comment.