Skip to content

Commit a5c76fd

Browse files
author
Rafael Marinho
committed
lint
1 parent fcc7dbc commit a5c76fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

stream_chat/tests/async_chat/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from contextlib import suppress
77
from datetime import datetime
88
from operator import itemgetter
9-
from typing import Dict, List, Any, Optional
9+
from typing import Dict, List
1010

1111
import aiohttp
1212
import jwt
@@ -16,8 +16,8 @@
1616
from stream_chat.async_chat.channel import Channel
1717
from stream_chat.base.exceptions import StreamAPIException
1818
from stream_chat.tests.async_chat.conftest import (
19-
hard_delete_users,
2019
cleanup_blocklists_async,
20+
hard_delete_users,
2121
)
2222
from stream_chat.tests.utils import wait_for_async
2323

stream_chat/tests/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from contextlib import suppress
77
from datetime import datetime
88
from operator import itemgetter
9-
from typing import Dict, List, Any, Optional
9+
from typing import Dict, List
1010

1111
import jwt
1212
import pytest
@@ -15,7 +15,7 @@
1515
from stream_chat import StreamChat
1616
from stream_chat.base.exceptions import StreamAPIException
1717
from stream_chat.channel import Channel
18-
from stream_chat.tests.conftest import hard_delete_users, cleanup_blocklists
18+
from stream_chat.tests.conftest import cleanup_blocklists, hard_delete_users
1919
from stream_chat.tests.utils import wait_for
2020

2121

0 commit comments

Comments
 (0)