Clean up one more comment

This commit is contained in:
Simon Willison 2025-05-21 21:42:46 -07:00
parent 3cb875fa3d
commit e172e9e52d

View file

@ -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