diff --git a/lib/crewai/src/crewai/agents/step_executor.py b/lib/crewai/src/crewai/agents/step_executor.py index 2173e34cc..e8b0a2f1a 100644 --- a/lib/crewai/src/crewai/agents/step_executor.py +++ b/lib/crewai/src/crewai/agents/step_executor.py @@ -236,9 +236,7 @@ class StepExecutor: ).format(step_number=step_num, result=result) ) - parts.append( - self._i18n.retrieve("planning", "step_executor_complete_step") - ) + parts.append(self._i18n.retrieve("planning", "step_executor_complete_step")) return "\n".join(parts)