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 6eded52 according to the output
from Black and isort.

Details: #13
  • Loading branch information
deepsource-autofix[bot] authored Jan 16, 2024
1 parent 6eded52 commit 87d2a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import markdown

from app import handle, sentry_init, app
from app import app, handle, sentry_init


def test_sentry_init(monkeypatch):
Expand Down

0 comments on commit 87d2a70

Please sign in to comment.