Skip to content

Commit fcc7dbc

Browse files
author
Rafael Marinho
committed
lint fix
1 parent e77f7f8 commit fcc7dbc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stream_chat/tests/async_chat/test_client.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
from stream_chat.async_chat import StreamChatAsync
1616
from stream_chat.async_chat.channel import Channel
1717
from stream_chat.base.exceptions import StreamAPIException
18-
from stream_chat.tests.async_chat.conftest import hard_delete_users, cleanup_blocklists_async
18+
from stream_chat.tests.async_chat.conftest import (
19+
hard_delete_users,
20+
cleanup_blocklists_async,
21+
)
1922
from stream_chat.tests.utils import wait_for_async
2023

2124

0 commit comments

Comments
 (0)