mirror of git://gcc.gnu.org/git/gcc.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 <dmalcolm@redhat.com>
This commit is contained in:
parent
5b5dba9023
commit
f45eeaf94d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue