Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 17, 2024
1 parent 0f16edf commit ccb5bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/pycafe/create_pycafe_links.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ccb5bd5

Please sign in to comment.