From: David Malcolm Date: Tue, 30 Sep 2025 21:23:32 +0000 (-0400) Subject: testsuite: remove redundant import in sarif.py X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f45eeaf94d2d125ba5fb99460b8dc157499b357e;p=thirdparty%2Fgcc.git testsuite: remove redundant import in sarif.py I believe I stopped using this in r16-2211-ga5d9debedd2f46. gcc/testsuite/ChangeLog: * lib/sarif.py: Remove import of ET. Signed-off-by: David Malcolm --- diff --git a/gcc/testsuite/lib/sarif.py b/gcc/testsuite/lib/sarif.py index d75a87ec73a..f0b3ddd9745 100644 --- a/gcc/testsuite/lib/sarif.py +++ b/gcc/testsuite/lib/sarif.py @@ -1,6 +1,5 @@ import json import os -import xml.etree.ElementTree as ET def sarif_from_env(): # return parsed JSON content a SARIF_PATH file