From 505b62bac64e4a7799b03a2dcce27dab2cda45e4 Mon Sep 17 00:00:00 2001 From: "enterprise-deepsource-icu[bot]" <140088518+enterprise-deepsource-icu[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:00:04 +0000 Subject: [PATCH] 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: https://github.com/DeepSourceCorp/community-analyzers/pull/3 --- sarif-parser/tests/cli_test.py | 1 - sarif-parser/tests/sarif_parser_test.py | 1 - 2 files changed, 2 deletions(-) diff --git a/sarif-parser/tests/cli_test.py b/sarif-parser/tests/cli_test.py index 02a6a57c..9c503fdd 100644 --- a/sarif-parser/tests/cli_test.py +++ b/sarif-parser/tests/cli_test.py @@ -2,7 +2,6 @@ from pathlib import Path import pytest - from sarif_parser.cli import cli sarif_json = """ diff --git a/sarif-parser/tests/sarif_parser_test.py b/sarif-parser/tests/sarif_parser_test.py index d266c94e..af5f3fd0 100644 --- a/sarif-parser/tests/sarif_parser_test.py +++ b/sarif-parser/tests/sarif_parser_test.py @@ -2,7 +2,6 @@ import os.path import pytest - import sarif_parser