Skip to content

Commit 3ab9261

Browse files
mjnoviceclaude
andcommitted
style: fix ruff formatting in progress reporter
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1075f2d commit 3ab9261

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/uipath/_cli/_evals/_progress_reporter.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -740,9 +740,7 @@ async def handle_agent_execution_completed(
740740
)
741741
return
742742

743-
is_coded = self.is_coded_eval.get(
744-
self.eval_set_execution_id or "", False
745-
)
743+
is_coded = self.is_coded_eval.get(self.eval_set_execution_id or "", False)
746744

747745
endpoint_suffix = "coded/" if is_coded else ""
748746
spec = RequestSpec(
@@ -771,9 +769,7 @@ async def handle_agent_execution_completed(
771769
)
772770

773771
except Exception as e:
774-
self._format_error_message(
775-
e, "StudioWeb agent execution completed error"
776-
)
772+
self._format_error_message(e, "StudioWeb agent execution completed error")
777773

778774
async def handle_update_eval_run(self, payload: EvalRunUpdatedEvent) -> None:
779775
try:

0 commit comments

Comments
 (0)