Skip to content

Commit 41fe983

Browse files
committed
Remove unuseful comment
1 parent f55f110 commit 41fe983

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests/http/test_multipart_subscription.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def http_client(http_client_class: type[HttpClient]) -> HttpClient:
2626
with contextlib.suppress(ImportError):
2727
from .clients.channels import SyncChannelsHttpClient
2828

29-
# TODO: why do we have a sync channels client?
3029
if http_client_class is SyncChannelsHttpClient:
3130
pytest.skip(
3231
reason="SyncChannelsHttpClient doesn't support multipart subscriptions"

0 commit comments

Comments
 (0)