diff options
| author | Daniel P. Berrangé <berrange@redhat.com> | 2024-12-17 15:59:23 +0000 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2024-12-17 19:39:53 +0100 |
| commit | 8a6253a43a43084275b31ef05e674e4987b05a84 (patch) | |
| tree | 03574037152a2ee103ff68fcbfcaa92964609d86 /tests/functional/test_arm_orangepi.py | |
| parent | 11b88e07f0c221890502250bfe758c526f93cc69 (diff) | |
| download | focaccia-qemu-8a6253a43a43084275b31ef05e674e4987b05a84.tar.gz focaccia-qemu-8a6253a43a43084275b31ef05e674e4987b05a84.zip | |
tests/functional: remove many unused imports
Identified using 'pylint --disable=all --enable=W0611' Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20241217155953.3950506-3-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/functional/test_arm_orangepi.py')
| -rwxr-xr-x | tests/functional/test_arm_orangepi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/test_arm_orangepi.py b/tests/functional/test_arm_orangepi.py index 6d57223a03..a872305e93 100755 --- a/tests/functional/test_arm_orangepi.py +++ b/tests/functional/test_arm_orangepi.py @@ -11,7 +11,7 @@ import shutil from qemu_test import LinuxKernelTest, exec_command_and_wait_for_pattern from qemu_test import Asset, interrupt_interactive_console_until_pattern from qemu_test import wait_for_console_pattern -from qemu_test.utils import archive_extract, gzip_uncompress, lzma_uncompress +from qemu_test.utils import gzip_uncompress, lzma_uncompress from qemu_test.utils import image_pow2ceil_expand from unittest import skipUnless |