-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: format code with isort and Black
This commit fixes the style issues introduced in fe6def4 according to the output from isort and Black. Details: #3
- Loading branch information
1 parent
fe6def4
commit 505b62b
Showing
2 changed files
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
from pathlib import Path | ||
|
||
import pytest | ||
|
||
from sarif_parser.cli import cli | ||
|
||
sarif_json = """ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
import os.path | ||
|
||
import pytest | ||
|
||
import sarif_parser | ||
|
||
|
||
|