Skip to content

Commit

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

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Jan 23, 2024
1 parent b8c5caa commit b0e8382
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from githubapp import Config, webhook_handler
from githubapp.events import (
CheckSuiteRequestedEvent,
CheckSuiteRerequestedEvent,
IssueEditedEvent,
IssueOpenedEvent,
CheckSuiteRerequestedEvent,
)
from githubapp.events.issues import IssueClosedEvent, IssuesEvent

Expand Down
1 change: 0 additions & 1 deletion src/helpers/pull_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,3 @@ def get_or_create_pull_request(
else:
pr = create_pull_request(repository, branch)
return pr

3 changes: 0 additions & 3 deletions tests/helpers/test_pull_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,3 @@ def test_get_or_create_pull_request_when_there_is_a_pull_request(repository):
repository, "heitorpolidoro:branch"
)
create_pull_request_mock.assert_not_called()



0 comments on commit b0e8382

Please sign in to comment.