Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-langchain committed Dec 11, 2024
1 parent 3ab6b39 commit fb8fa96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion python/langsmith/_internal/_background_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from queue import Empty, Queue
from typing import (
TYPE_CHECKING,
Iterable,
List,
Optional,
Union,
Expand Down
5 changes: 3 additions & 2 deletions python/langsmith/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1712,9 +1712,10 @@ def _send_multipart_req(self, acc: MultipartPartsAndContext, *, attempts: int =


def _send_compressed_multipart_req(self, data_stream, *, attempts: int = 3):
"""Send a zstd-compressed multipart form data stream to the backend using similar retry logic
as _send_multipart_req."""
"""Send a zstd-compressed multipart form data stream to the backend.
Uses similar retry logic as _send_multipart_req.
"""
_context = {}

for api_url, api_key in self._write_api_urls.items():
Expand Down

0 comments on commit fb8fa96

Please sign in to comment.