Skip to content

Commit 3b8b1b2

Browse files
fix: import
1 parent ad1d805 commit 3b8b1b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

stream_chat/async_chat/channel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from typing import Any, Dict, Iterable, List, Union
33

44
from stream_chat.base.channel import ChannelInterface, add_user_id
5+
from stream_chat.base.exceptions import StreamChannelException
56
from stream_chat.types.stream_response import StreamResponse
67

78

stream_chat/channel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from typing import Any, Dict, Iterable, List, Union
33

44
from stream_chat.base.channel import ChannelInterface, add_user_id
5+
from stream_chat.base.exceptions import StreamChannelException
56
from stream_chat.types.stream_response import StreamResponse
67

78

0 commit comments

Comments
 (0)