From a076d75e987c1c1db521e9d63ce9e32f4848e346 Mon Sep 17 00:00:00 2001 From: Shangming Cai Date: Thu, 11 Dec 2025 15:50:47 +0800 Subject: [PATCH] [Fix] Remove unused import from test_disaggregation_hicache.py (#14880) --- test/manual/hicache/test_disaggregation_hicache.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/manual/hicache/test_disaggregation_hicache.py b/test/manual/hicache/test_disaggregation_hicache.py index 466a26859..6f9c6a3c2 100644 --- a/test/manual/hicache/test_disaggregation_hicache.py +++ b/test/manual/hicache/test_disaggregation_hicache.py @@ -4,7 +4,6 @@ import tempfile import time import unittest from typing import Dict -from urllib.parse import urlparse import requests @@ -13,7 +12,6 @@ from sglang.test.test_disaggregation_utils import TestDisaggregationBase from sglang.test.test_utils import ( DEFAULT_MODEL_NAME_FOR_TEST, DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH, - DEFAULT_URL_FOR_TEST, popen_launch_pd_server, )