From bdbee307cc06768e2000cb7edb17a577ef5f3fad Mon Sep 17 00:00:00 2001 From: ReversingWithMe Date: Sun, 24 Mar 2024 12:46:56 -0600 Subject: [PATCH] style(sarif-rendering): clean up imports in sarif render code --- capa/render/sarif.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/render/sarif.py b/capa/render/sarif.py index 0e7cb85b1..d241d74b2 100644 --- a/capa/render/sarif.py +++ b/capa/render/sarif.py @@ -5,9 +5,9 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and limitations under the License. +import sys import json from datetime import datetime -from rich import print from sarif_om import Tool, SarifLog, Run, ToolComponent from jschema_to_python.to_json import to_json