Skip to content

Commit 65224b8

Browse files
committed
Format
1 parent 8b97b7f commit 65224b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/acp/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
from .interfaces import Agent, Client
1717

1818
__all__ = [
19+
"DEFAULT_STDIO_BUFFER_LIMIT_BYTES",
1920
"Agent",
2021
"AgentSideConnection",
2122
"Client",
2223
"ClientSideConnection",
2324
"Connection",
24-
"DEFAULT_STDIO_BUFFER_LIMIT_BYTES",
2525
"JsonValue",
2626
"MethodHandler",
2727
"RequestError",

0 commit comments

Comments
 (0)