Skip to content

Commit d549c2f

Browse files
style: noqa PLR0915 on AnthropicStreamWrapper.__next__
Match __anext__; Black reformatting pushed sync __next__ over the statement limit and fails release-branch ruff CI. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent af08c91 commit d549c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

litellm/llms/anthropic/experimental_pass_through/adapters/streaming_iterator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def _create_initial_usage_delta(self) -> UsageDelta:
8484
cache_read_input_tokens=0,
8585
)
8686

87-
def __next__(self):
87+
def __next__(self): # noqa: PLR0915
8888
from .transformation import LiteLLMAnthropicMessagesAdapter
8989

9090
try:

0 commit comments

Comments
 (0)