mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
tests/functional: Remove unnecessary import statements
pylint complains about these unnecessary import statements, so let's remove them. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20250414145457.261734-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
858640eaee
commit
99fb9256b7
20 changed files with 17 additions and 48 deletions
|
@ -10,8 +10,6 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
import os
|
||||
import stat
|
||||
from subprocess import check_call, DEVNULL
|
||||
|
||||
from qemu_test import QemuSystemTest
|
||||
from qemu_test import exec_command_and_wait_for_pattern
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue