Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f261759

Browse files
committedMar 12, 2025
Remove duplicated code
1 parent 96913b8 commit f261759

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/agents/result.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,3 @@ def _cleanup_tasks(self):
216216

217217
if self._output_guardrails_task and not self._output_guardrails_task.done():
218218
self._output_guardrails_task.cancel()
219-
self._output_guardrails_task.cancel()
220-
self._output_guardrails_task.cancel()

0 commit comments

Comments
 (0)
Please sign in to comment.