From e172e9e52db59067764807c940dd4e3bee8745da Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 21 May 2025 21:42:46 -0700 Subject: [PATCH] Clean up one more comment --- llm/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm/models.py b/llm/models.py index 06393fb..284b4e9 100644 --- a/llm/models.py +++ b/llm/models.py @@ -1666,7 +1666,7 @@ class AsyncModel(_AsyncModel): response: AsyncResponse, conversation: Optional[AsyncConversation], ) -> AsyncGenerator[str, None]: - if False: # Ensure it's a generator type, but don't actually yield. + if False: # Ensure it's a generator type yield "" pass