Skip to content

Commit

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

Details: #3
  • Loading branch information
enterprise-deepsource-icu[bot] authored Oct 5, 2023
1 parent fe6def4 commit 505b62b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sarif-parser/tests/cli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from pathlib import Path

import pytest

from sarif_parser.cli import cli

sarif_json = """
Expand Down
1 change: 0 additions & 1 deletion sarif-parser/tests/sarif_parser_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os.path

import pytest

import sarif_parser


Expand Down

0 comments on commit 505b62b

Please sign in to comment.