From 4bc9e3325502abef45c2425659b32485b48eb070 Mon Sep 17 00:00:00 2001 From: vsc46128 vscuser Date: Thu, 25 Jan 2024 16:56:08 +0100 Subject: [PATCH] clean up docstring in tasks/build.py --- tasks/build.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/build.py b/tasks/build.py index 8bd5e3f8..1ce8e956 100644 --- a/tasks/build.py +++ b/tasks/build.py @@ -764,9 +764,9 @@ def check_build_permission(pr, event_info): def request_bot_build_issue_comments(repo_name, pr_number): """ - Query the github API for the issue_comments in a pr. - - Archs: + Query the github API for the issue_comments in a pr. + + Archs: repo_name (string): name of the repository (format USER_OR_ORGANISATION/REPOSITORY) pr_number (int): number og the pr