mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -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
|
@ -4,11 +4,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
import os
|
||||
import logging
|
||||
|
||||
from qemu_test import Asset, exec_command_and_wait_for_pattern
|
||||
from qemu_test import skipIfMissingImports, skipFlakyTest, skipUntrustedTest
|
||||
from qemu_test import Asset, skipUntrustedTest
|
||||
from replay_kernel import ReplayKernelBase
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue