mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
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
@ -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…
Reference in New Issue
Block a user