Skip to content

Commit b791fe1

Browse files
committed
more formats
1 parent 3c3c773 commit b791fe1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/{{ project_name_snake }}/qa_workflows.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from __future__ import annotations
2-
from collections.abc import AsyncGenerator
32
from datetime import datetime
43
import logging
54
import os
@@ -11,7 +10,6 @@
1110
from llama_index.core.chat_engine.types import (
1211
BaseChatEngine,
1312
ChatMode,
14-
StreamingAgentChatResponse,
1513
)
1614
from llama_index.core.llms import ChatMessage
1715
import asyncio

test-proj/src/test_proj/qa_workflows.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from __future__ import annotations
2-
from collections.abc import AsyncGenerator
32
from datetime import datetime
43
import logging
54
import os
@@ -11,7 +10,6 @@
1110
from llama_index.core.chat_engine.types import (
1211
BaseChatEngine,
1312
ChatMode,
14-
StreamingAgentChatResponse,
1513
)
1614
from llama_index.core.llms import ChatMessage
1715
import asyncio

0 commit comments

Comments
 (0)