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 e223cdc commit 62220ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pycafe/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@

# Create the status on the commit
commit = repo.get_commit(commit_sha)
commit.create_status(state=state , target_url=url, description=description, context=context)
commit.create_status(state=state, target_url=url, description=description, context=context)
print(f"Deployment status added to commit {commit_sha}")

0 comments on commit 62220ff

Please sign in to comment.