Skip to content

Commit

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

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: bartholomew-smith[bot] <156136305+bartholomew-smith[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 537157d commit ec21930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githubapp/events/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class instantiated with the event payload data.
IssueCommentEditedEvent,
IssueCommentEvent,
)
from .issues import IssueEditedEvent, IssueOpenedEvent, IssuesEvent, IssueClosedEvent
from .issues import IssueClosedEvent, IssueEditedEvent, IssueOpenedEvent, IssuesEvent
from .pull_request_review import (
PullRequestReviewDismissedEvent,
PullRequestReviewEditedEvent,
Expand Down

0 comments on commit ec21930

Please sign in to comment.