I believe I stopped using this in r16-2211-ga5d9debedd2f46.

Successfully regrtested on x86_64-pc-linux-gnu.
Pushed to trunk as r16-4151-gf45eeaf94d2d12.

gcc/testsuite/ChangeLog:
        * lib/sarif.py: Remove import of ET.
---
 gcc/testsuite/lib/sarif.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/testsuite/lib/sarif.py b/gcc/testsuite/lib/sarif.py
index d75a87ec73a2..f0b3ddd9745d 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
-- 
2.26.3

Reply via email to