From d1f2b3b9953e450ab191c5f0232fc0813484c41e Mon Sep 17 00:00:00 2001 From: Amir Samani Date: Mon, 24 Nov 2025 14:12:12 -0800 Subject: [PATCH] wip Signed-off-by: Amir Samani --- tests/v1/cudagraph/test_cudagraph_dispatch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/v1/cudagraph/test_cudagraph_dispatch.py b/tests/v1/cudagraph/test_cudagraph_dispatch.py index 2d7da4d177959..0ee58415787c8 100644 --- a/tests/v1/cudagraph/test_cudagraph_dispatch.py +++ b/tests/v1/cudagraph/test_cudagraph_dispatch.py @@ -17,7 +17,6 @@ from vllm.config import ( SchedulerConfig, VllmConfig, ) -from vllm.distributed.parallel_state import graph_capture from vllm.forward_context import BatchDescriptor, set_forward_context from vllm.platforms import current_platform from vllm.v1.cudagraph_dispatcher import CudagraphDispatcher