From ccb5bd5afa55eef31463f63a34d09e6c308ceee2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:29:01 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tools/pycafe/create_pycafe_links.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pycafe/create_pycafe_links.py b/tools/pycafe/create_pycafe_links.py index 34321fb41..638753f13 100644 --- a/tools/pycafe/create_pycafe_links.py +++ b/tools/pycafe/create_pycafe_links.py @@ -1,4 +1,5 @@ """Generate PyCafe links for the example dashboards and post them as a comment on the pull request and as status.""" + import base64 import datetime import gzip @@ -102,8 +103,7 @@ def post_comment(urls: list[tuple[str, str]]): Commit: {commit_sha} {dashboards} - """ - ) + """) # Update the existing comment or create a new one if bot_comment: