Skip to content

Commit d5f0ae3

Browse files
Fix errors in agent.py
Corrected spelling errors in comments and docstrings.
1 parent 28c3ee7 commit d5f0ae3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • contributing/samples/adk_triaging_agent

contributing/samples/adk_triaging_agent/agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def assign_gtech_owner_to_issue(issue_number: int) -> dict[str, Any]:
185185
This is go to option irrespective of component label or planned label, as long as the issue needs an owner.
186186
187187
All unassigned issues will be considered for GTech ownership. Unassigned issues will seperated in two categories: issues with type "Bug" and issues with type "Feature". Then bug issues and feature issues will be equally assigned to the Gtech members in such a way that every day all members get equal number of bug and feature issues.
188-
188+
189189
Args:
190190
issue_number: issue number of the GitHub issue.
191191
@@ -198,7 +198,7 @@ def assign_gtech_owner_to_issue(issue_number: int) -> dict[str, Any]:
198198
return {
199199
"status": "warning",
200200
"message": f"No gtech_assignee found, will add any assignee",
201-
}
201+
}
202202
assignee_url = (
203203
f"{GITHUB_BASE_URL}/repos/{OWNER}/{REPO}/issues/{issue_number}/assignees"
204204
)

0 commit comments

Comments
 (0)