mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
tests/functional: remove many unused imports
Identified using 'pylint --disable=all --enable=W0611' Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20241217155953.3950506-3-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
11b88e07f0
commit
8a6253a43a
16 changed files with 7 additions and 19 deletions
|
@ -11,10 +11,9 @@
|
|||
|
||||
import os
|
||||
import stat
|
||||
import time
|
||||
|
||||
from qemu_test import QemuSystemTest
|
||||
from qemu_test import exec_command, exec_command_and_wait_for_pattern
|
||||
from qemu_test import exec_command_and_wait_for_pattern
|
||||
from qemu_test import wait_for_console_pattern
|
||||
from qemu_test import has_cmd, run_cmd, get_qemu_img
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue