Skip to content

Commit b03fd2c

Browse files
author
Varun
committed
fix lint
Signed-off-by: Varun <[email protected]>
1 parent 1ea50a5 commit b03fd2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/kernels/moe/deepep_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
spawn) # pyright: ignore[reportPrivateImportUsage]
1414
from typing_extensions import Concatenate, ParamSpec
1515

16-
1716
has_deep_ep = importlib.util.find_spec("deep_ep") is not None
1817
if has_deep_ep:
1918
from vllm.model_executor.layers.fused_moe.deepep_ht_prepare_finalize import ( # noqa: E501

0 commit comments

Comments
 (0)