From 6d509f637e2ee98b1ed106018b69780a4dd3c255 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrangé" Date: Fri, 29 Nov 2024 17:31:00 +0000 Subject: tests/functional: remove unused system imports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé Reviewed-by: Thomas Huth Message-ID: <20241129173120.761728-3-berrange@redhat.com> Signed-off-by: Thomas Huth --- tests/functional/test_virtio_version.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/functional/test_virtio_version.py') diff --git a/tests/functional/test_virtio_version.py b/tests/functional/test_virtio_version.py index 92e3f5caf0..a5ea73237f 100755 --- a/tests/functional/test_virtio_version.py +++ b/tests/functional/test_virtio_version.py @@ -9,8 +9,6 @@ Check compatibility of virtio device types # # This work is licensed under the terms of the GNU GPL, version 2 or # later. See the COPYING file in the top-level directory. -import sys -import os from qemu.machine import QEMUMachine from qemu_test import QemuSystemTest -- cgit 1.4.1