Skip to content

Commit

Permalink
style: format code with Black and isort
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in c9f6936 according to the output
from Black and isort.

Details: #14
  • Loading branch information
deepsource-autofix[bot] authored Jan 16, 2024
1 parent c9f6936 commit 3e5bd47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/handlers/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ def handle_release(event: CheckSuiteRequestedEvent):

head_sha = event.check_suite.head_sha

event.start_check_run(
"Releaser", head_sha, title="Checking for release command"
)
event.start_check_run("Releaser", head_sha, title="Checking for release command")

while True:
head_commit = repository.get_commit(head_sha)
Expand Down

0 comments on commit 3e5bd47

Please sign in to comment.