From 6f0d7e64a6195bbcbb5365f654786795e6925d82 Mon Sep 17 00:00:00 2001 From: Mirco Bianchini <57708659+sonomirco@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:29:09 +1100 Subject: [PATCH] Update read_pr.py --- .github/read_pr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/read_pr.py b/.github/read_pr.py index 65a0ae4..70e3744 100644 --- a/.github/read_pr.py +++ b/.github/read_pr.py @@ -54,7 +54,6 @@ def pull_request_checker(): # Get the pull request labels and check if the PR has labels. pr_labels = pr.get_labels() - pr. print(f'Pr labels: {pr_labels.totalCount}') if __name__ == "__main__":