Skip to content

Commit a82424a

Browse files
committed
fix linting
1 parent 2221b50 commit a82424a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/types/multiagent/fastapi/app/api/routers/vercel_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async def content_generator(
5959
async def _chat_response_generator():
6060
result = await task
6161
final_response = ""
62-
62+
6363
if isinstance(result, AgentRunResult):
6464
for token in result.response.message.content:
6565
yield VercelStreamResponse.convert_text(token)

0 commit comments

Comments
 (0)