Skip to content

Commit 1b04fae

Browse files
scale-ballenclaude
andcommitted
fix: sort imports in base_acp_server to satisfy ruff isort
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7efcf99 commit 1b04fae

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 pydantic import TypeAdapter, ValidationError
1413
from fastapi.responses import StreamingResponse
14+
from pydantic import TypeAdapter, ValidationError
1515
from starlette.types import ASGIApp, Receive, Scope, Send
1616

1717
from agentex.lib.types.acp import (

0 commit comments

Comments
 (0)