Skip to content

Commit 1882971

Browse files
committed
fix: fix imports
1 parent 5029743 commit 1882971

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

stream_chat/async_chat/channel_batch_updater.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import sys
21
from typing import TYPE_CHECKING, List
32

43
from stream_chat.types.channel_batch import (

stream_chat/channel_batch_updater.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import sys
2-
from typing import TYPE_CHECKING, List, Optional
1+
from typing import TYPE_CHECKING, List
32

43
from stream_chat.types.channel_batch import (
54
ChannelBatchMemberRequest,

stream_chat/tests/async_chat/test_channel_batch_updater.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
import asyncio
2-
import time
32
import uuid
43
from typing import Dict
54

65
import pytest
76

87
from stream_chat.async_chat import StreamChatAsync
9-
from stream_chat.async_chat.channel import Channel
10-
from stream_chat.base.exceptions import StreamAPIException
118
from stream_chat.tests.async_chat.conftest import hard_delete_users
129
from stream_chat.types.channel_batch import ChannelsBatchOptions
1310

stream_chat/tests/test_channel_batch_updater.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
import pytest
66

77
from stream_chat import StreamChat
8-
from stream_chat.base.exceptions import StreamAPIException
9-
from stream_chat.channel import Channel
108
from stream_chat.tests.conftest import hard_delete_users
11-
from stream_chat.tests.utils import wait_for
129
from stream_chat.types.channel_batch import ChannelsBatchOptions
1310

1411

0 commit comments

Comments
 (0)