Skip to content

Commit 8e8cc8b

Browse files
resolved the pylint issue
1 parent 727658c commit 8e8cc8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/backend/v4/orchestration/human_approval_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ async def _complete(self, messages: list[Message]) -> Message:
134134
raise
135135
# If we get here, all retry attempts have been exhausted without a successful response.
136136
raise RuntimeError(
137-
f"Agent failed to complete after {max_retries} attempts due to repeated errors."
138-
)
137+
f"Agent failed to complete after {max_retries} attempts due to repeated errors."
138+
)
139139

140140
async def plan(self, magentic_context: MagenticContext) -> Any:
141141
"""

0 commit comments

Comments
 (0)