mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-17 05:00:25 +00:00
Clean up one more comment
This commit is contained in:
parent
3cb875fa3d
commit
e172e9e52d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue