Skip to content

Commit 6339b35

Browse files
committed
Pyright
1 parent 6707479 commit 6339b35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/language_model/test_factory.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ def chat(
3535

3636
async def achat_stream(
3737
self, prompt: str, history: list | None = None, **kwargs: Any
38-
) -> AsyncGenerator[str, None]: ...
38+
) -> AsyncGenerator[str, None]:
39+
yield ""
40+
...
3941

4042
def chat_stream(
4143
self, prompt: str, history: list | None = None, **kwargs: Any

0 commit comments

Comments
 (0)