diff options
| author | Thomas Huth <thuth@redhat.com> | 2025-04-14 16:54:57 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2025-04-23 07:51:25 +0200 |
| commit | 99fb9256b761c3cec4a82d2e9597b6cf24ae1285 (patch) | |
| tree | f3bd7a1025f1e0f97e97b8ef06a63ff4c98b9cd8 /tests/functional/test_mips_replay.py | |
| parent | 858640eaee9f3039580118f5629825825cea311a (diff) | |
| download | focaccia-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-x | tests/functional/test_mips_replay.py | 2 |
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 |