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_acpi_bits.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/functional/test_acpi_bits.py') diff --git a/tests/functional/test_acpi_bits.py b/tests/functional/test_acpi_bits.py index e2f84414d7..63e2c5309d 100755 --- a/tests/functional/test_acpi_bits.py +++ b/tests/functional/test_acpi_bits.py @@ -39,7 +39,6 @@ import shutil import subprocess import tarfile import tempfile -import time import zipfile from pathlib import Path -- cgit 1.4.1