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 185c78b commit 00b5467
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/pycafe/test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import sys
from urllib.parse import quote

from github import Github

Expand All @@ -26,7 +25,7 @@
print(pr)

# base_url = f"https://py.cafe/snippet/{type}/v1"
url = "https://py.cafe/snippet/vizro/v1"#f"{base_url}#code={quote(code)}&requirements={quote(requirements)}"
url = "https://py.cafe/snippet/vizro/v1" # f"{base_url}#code={quote(code)}&requirements={quote(requirements)}"

# # Get the latest commit SHA from the PR
if 1:
Expand Down

0 comments on commit 00b5467

Please sign in to comment.