There was an error while loading. Please reload this page.
1 parent 9543cfc commit 54deb06Copy full SHA for 54deb06
2 files changed
src/cohere/core/httpx_sse.py
src/cohere/v2/raw_client.py
@@ -5,7 +5,7 @@
5
import typing
6
from json.decoder import JSONDecodeError
7
8
-from ..core.httpx_sse import EventSource
+from ..core.http_sse import EventSource
9
from ..core.api_error import ApiError
10
from ..core.client_wrapper import AsyncClientWrapper, SyncClientWrapper
11
from ..core.http_response import AsyncHttpResponse, HttpResponse
0 commit comments