Skip to content

Commit e73a0e1

Browse files
authored
Merge branch 'main' into RF/fix-build-agents
2 parents b6209a9 + af8508c commit e73a0e1

File tree

1 file changed

+0
-1
lines changed
  • examples/tutorials/00_sync/000_hello_acp/project

1 file changed

+0
-1
lines changed

examples/tutorials/00_sync/000_hello_acp/project/acp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ async def handle_message_send(
2424

2525
message_text = ""
2626
print(message_text, message_text)
27-
2827
if hasattr(params.content, "content"):
2928
content_val = getattr(params.content, "content", "")
3029
if isinstance(content_val, str):

0 commit comments

Comments
 (0)