scripts: ch-trace-visualiser.py: remove unused import 'xml'
Unused import 'xml' is redefined at: > xml = ET.ElementTree(element=svg) Hence, remove unused xml import. Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
parent
595c9d13a9
commit
bd1e1677bd
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
from colorsys import hsv_to_rgb
|
||||
from random import random
|
||||
import xml
|
||||
import json
|
||||
from sys import argv, stderr
|
||||
import xml.etree.ElementTree as ET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue