Skip to content

Commit 82221bc

Browse files
committed
apply autoformat.sh
1 parent 76773e0 commit 82221bc

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

tests/unittests/cli/test_fast_api.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,15 @@ async def run_async_with_artifact_delta(
10781078
request_state: Optional[dict[str, Any]] = None,
10791079
run_config: Optional[RunConfig] = None,
10801080
):
1081-
del user_id, session_id, invocation_id, new_message, state_delta, request_state, run_config
1081+
del (
1082+
user_id,
1083+
session_id,
1084+
invocation_id,
1085+
new_message,
1086+
state_delta,
1087+
request_state,
1088+
run_config,
1089+
)
10821090
yield Event(
10831091
author="dummy agent",
10841092
invocation_id="invocation_id",

0 commit comments

Comments
 (0)