From bd3686597f0cebe815981cbbb1fdc7f4fed84bb3 Mon Sep 17 00:00:00 2001 From: Uriel Date: Mon, 9 Mar 2026 13:56:14 -0300 Subject: [PATCH] remove unused import --- test/webhost/test_port_allocation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/webhost/test_port_allocation.py b/test/webhost/test_port_allocation.py index 664e997c03..d20e82295e 100644 --- a/test/webhost/test_port_allocation.py +++ b/test/webhost/test_port_allocation.py @@ -1,5 +1,4 @@ import os -import platform import unittest from Utils import is_macos