summary refs log tree commit diff stats
path: root/tests/functional/test_mips_replay.py
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2025-04-14 16:54:57 +0200
committerThomas Huth <thuth@redhat.com>2025-04-23 07:51:25 +0200
commit99fb9256b761c3cec4a82d2e9597b6cf24ae1285 (patch)
treef3bd7a1025f1e0f97e97b8ef06a63ff4c98b9cd8 /tests/functional/test_mips_replay.py
parent858640eaee9f3039580118f5629825825cea311a (diff)
downloadfocaccia-qemu-99fb9256b761c3cec4a82d2e9597b6cf24ae1285.tar.gz
focaccia-qemu-99fb9256b761c3cec4a82d2e9597b6cf24ae1285.zip
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>
Diffstat (limited to 'tests/functional/test_mips_replay.py')
-rwxr-xr-xtests/functional/test_mips_replay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/test_mips_replay.py b/tests/functional/test_mips_replay.py
index eda031ccad..4327481e35 100755
--- a/tests/functional/test_mips_replay.py
+++ b/tests/functional/test_mips_replay.py
@@ -4,7 +4,7 @@
 #
 # SPDX-License-Identifier: GPL-2.0-or-later
 
-from qemu_test import Asset, skipSlowTest, exec_command_and_wait_for_pattern
+from qemu_test import Asset, skipSlowTest
 from replay_kernel import ReplayKernelBase