Skip to content

Commit 41c4c55

Browse files
committed
Fix tests
1 parent 6339b35 commit 41c4c55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integration/language_model/test_factory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ async def achat_stream(
3737
self, prompt: str, history: list | None = None, **kwargs: Any
3838
) -> AsyncGenerator[str, None]:
3939
yield ""
40-
...
4140

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

0 commit comments

Comments
 (0)