Skip to content

Commit

Permalink
make yapf happy
Browse files Browse the repository at this point in the history
Signed-off-by: KuntaiDu <[email protected]>
  • Loading branch information
KuntaiDu committed Nov 20, 2024
1 parent 6768108 commit 83e3589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/kv_transfer/test_send_recv.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from tqdm import tqdm

from vllm.config import KVTransferConfig
from vllm.distributed.kv_transfer.kv_connector.pynccl_connector import (
pipe as pnp)
from vllm.distributed.kv_transfer.kv_connector.pynccl_connector import (pipe as
pnp)


def test_run(my_rank, pipe):
Expand Down

0 comments on commit 83e3589

Please sign in to comment.