Re: [PATCH 12/16] tests/acceptance/boot_xen.py: removed unused import
On 9/24/21 20:55, Cleber Rosa wrote: > Just a clean up for an unused import. > > Signed-off-by: Cleber Rosa > --- > tests/acceptance/boot_xen.py | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé
[PATCH 12/16] tests/acceptance/boot_xen.py: removed unused import
Just a clean up for an unused import. Signed-off-by: Cleber Rosa --- tests/acceptance/boot_xen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/acceptance/boot_xen.py b/tests/acceptance/boot_xen.py index cd916ddba4..66621fd14d 100644 --- a/tests/acceptance/boot_xen.py +++ b/tests/acceptance/boot_xen.py @@ -13,7 +13,6 @@ import os -from avocado import skipIf from avocado_qemu import wait_for_console_pattern from boot_linux_console import LinuxKernelTest -- 2.31.1