Skip to content

Commit 54deb06

Browse files
minor naming
1 parent 9543cfc commit 54deb06

2 files changed

Lines changed: 1 addition & 219 deletions

File tree

src/cohere/core/httpx_sse.py

Lines changed: 0 additions & 218 deletions
This file was deleted.

src/cohere/v2/raw_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import typing
66
from json.decoder import JSONDecodeError
77

8-
from ..core.httpx_sse import EventSource
8+
from ..core.http_sse import EventSource
99
from ..core.api_error import ApiError
1010
from ..core.client_wrapper import AsyncClientWrapper, SyncClientWrapper
1111
from ..core.http_response import AsyncHttpResponse, HttpResponse

0 commit comments

Comments
 (0)