From 356bc343e8ad01ed3db5faad8742717393bfab01 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 24 Oct 2025 14:40:16 +0200 Subject: [PATCH] tests/functional/arm/test_aspeed_ast1030: Remove unused import MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This file does not use LinuxKernelTest directly (but AspeedTest), so we can remove this unnecessary import here. Reviewed-by: Cédric Le Goater Signed-off-by: Thomas Huth Message-ID: <20251024124016.799687-1-thuth@redhat.com> --- tests/functional/arm/test_aspeed_ast1030.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/functional/arm/test_aspeed_ast1030.py b/tests/functional/arm/test_aspeed_ast1030.py index 60e2b0251c..d1822edd8f 100755 --- a/tests/functional/arm/test_aspeed_ast1030.py +++ b/tests/functional/arm/test_aspeed_ast1030.py @@ -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): -- 2.47.3