Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit f3e63ff

Browse files
authored
shortens docstring (#4)
1 parent efe833d commit f3e63ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

voxelbot/plugins/find_issues.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ async def ref_issue(
2424
repo: ("str", "Repo to search."), # type: ignore # noqa: F722
2525
):
2626
"""
27-
Returns a list of top-five related issues from a specified Voxel51 repository based on the
28-
user's query.
27+
Returns top-five related issues from a Voxel51 repository based on the user's query.
2928
3029
Args:
3130
client (Client): The client instance to use for sending messages.

0 commit comments

Comments
 (0)