Re: [PATCH] tests/functional: Remove unnecessary import statements

2025-04-14 Thread Philippe Mathieu-Daudé
On 14/4/25 16:54, Thomas Huth wrote: From: Thomas Huth pylint complains about these unnecessary import statements, so let's remove them. Signed-off-by: Thomas Huth --- tests/functional/qemu_test/ports.py | 3 +-- tests/functional/qemu_test/tuxruntest.py | 2 -- tests/

[PATCH] tests/functional: Remove unnecessary import statements

2025-04-14 Thread Thomas Huth
From: Thomas Huth pylint complains about these unnecessary import statements, so let's remove them. Signed-off-by: Thomas Huth --- tests/functional/qemu_test/ports.py | 3 +-- tests/functional/qemu_test/tuxruntest.py | 2 -- tests/functional/qemu_test/uncompress.py