diff options
| author | Daniel P. Berrangé <berrange@redhat.com> | 2024-11-29 17:31:00 +0000 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2024-12-11 09:18:39 +0100 |
| commit | 6d509f637e2ee98b1ed106018b69780a4dd3c255 (patch) | |
| tree | 3ac983b10c734d76972395baea88eed84cbea3d8 /tests/functional/test_acpi_bits.py | |
| parent | d4d183af34b7dc61496349a63594c8b47cc71c10 (diff) | |
| download | focaccia-qemu-6d509f637e2ee98b1ed106018b69780a4dd3c255.tar.gz focaccia-qemu-6d509f637e2ee98b1ed106018b69780a4dd3c255.zip | |
tests/functional: remove unused system imports
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20241129173120.761728-3-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/functional/test_acpi_bits.py')
| -rwxr-xr-x | tests/functional/test_acpi_bits.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |