]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/functional/arm/test_aspeed_ast1030: Remove unused import
authorThomas Huth <thuth@redhat.com>
Fri, 24 Oct 2025 12:40:16 +0000 (14:40 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 3 Nov 2025 07:27:59 +0000 (08:27 +0100)
This file does not use LinuxKernelTest directly (but AspeedTest),
so we can remove this unnecessary import here.

Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20251024124016.799687-1-thuth@redhat.com>

tests/functional/arm/test_aspeed_ast1030.py

index 60e2b0251c6c63fd5c3618d98a1128c198a2781e..d1822edd8f106434dce622dfa417165955f180b0 100755 (executable)
@@ -6,9 +6,8 @@
 #
 # SPDX-License-Identifier: GPL-2.0-or-later
 
-from qemu_test import LinuxKernelTest, Asset
 from aspeed import AspeedTest
-from qemu_test import exec_command_and_wait_for_pattern
+from qemu_test import Asset, exec_command_and_wait_for_pattern
 
 
 class AST1030Machine(AspeedTest):