Skip to content

Commit 50d0b1f

Browse files
use underscore
1 parent c31472c commit 50d0b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/litellm/test_litellm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def test_streaming_chat_completion(
268268
client=client,
269269
stream=True,
270270
)
271-
for chunk in response:
271+
for _ in response:
272272
pass
273273

274274
streaming_handler.executor.shutdown(wait=True)

0 commit comments

Comments
 (0)