summary refs log tree commit diff stats
path: root/tests/functional/qemu_test/ports.py
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2025-04-14 16:54:57 +0200
committerThomas Huth <thuth@redhat.com>2025-04-23 07:51:25 +0200
commit99fb9256b761c3cec4a82d2e9597b6cf24ae1285 (patch)
treef3bd7a1025f1e0f97e97b8ef06a63ff4c98b9cd8 /tests/functional/qemu_test/ports.py
parent858640eaee9f3039580118f5629825825cea311a (diff)
downloadfocaccia-qemu-99fb9256b761c3cec4a82d2e9597b6cf24ae1285.tar.gz
focaccia-qemu-99fb9256b761c3cec4a82d2e9597b6cf24ae1285.zip
tests/functional: Remove unnecessary import statements
pylint complains about these unnecessary import statements,
so let's remove them.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250414145457.261734-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/functional/qemu_test/ports.py')
-rw-r--r--tests/functional/qemu_test/ports.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/functional/qemu_test/ports.py b/tests/functional/qemu_test/ports.py
index cc39939d48..631b77abf6 100644
--- a/tests/functional/qemu_test/ports.py
+++ b/tests/functional/qemu_test/ports.py
@@ -10,12 +10,11 @@
 import fcntl
 import os
 import socket
-import sys
-import tempfile
 
 from .config import BUILD_DIR
 from typing import List
 
+
 class Ports():
 
     PORTS_ADDR = '127.0.0.1'