Skip to content

Commit 54af2b6

Browse files
author
Your Name
committed
cli-9: fix formatting
1 parent 9ef56e6 commit 54af2b6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cecli/coders/agent_coder.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
from .base_coder import Coder
3333

3434
from cecli.helpers.coroutines import interruptible # isort:skip
35+
36+
3537
class AgentCoder(Coder):
3638
"""Mode where the LLM autonomously manages which files are in context."""
3739

@@ -301,6 +303,7 @@ async def _execute_local_tool_calls(self, tool_calls_list):
301303
else:
302304
all_results_content.append(f"Error: Unknown tool name '{tool_name}'")
303305
if tasks:
306+
304307
async def gather_and_await():
305308
return await asyncio.gather(*tasks, return_exceptions=True)
306309

0 commit comments

Comments
 (0)