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

Details: #35
  • Loading branch information
deepsource-autofix[bot] authored Sep 13, 2024
1 parent 0d91d4e commit e0f3e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sarif-parser/src/sarif_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""sarif-parser - Parse SARIF reports and covert them to DeepSource issues."""

from __future__ import annotations

import hashlib
Expand Down

0 comments on commit e0f3e9c

Please sign in to comment.