Skip to content

Commit 408b1a0

Browse files
scale-ballenclaude
andcommitted
fix: restore original import order to satisfy ruff isort
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1b04fae commit 408b1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentex/lib/sdk/fastacp/base/base_acp_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
import uvicorn
1212
from fastapi import FastAPI, Request
13-
from fastapi.responses import StreamingResponse
1413
from pydantic import TypeAdapter, ValidationError
14+
from fastapi.responses import StreamingResponse
1515
from starlette.types import ASGIApp, Receive, Scope, Send
1616

1717
from agentex.lib.types.acp import (

0 commit comments

Comments
 (0)