mirror of
https://github.com/wassname/vllm.git
synced 2026-08-17 11:28:47 +08:00
[CI] Try introducing isort. (#3495)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import random
|
||||
from typing import Tuple
|
||||
|
||||
import pytest
|
||||
import torch
|
||||
|
||||
from typing import Tuple
|
||||
|
||||
from vllm._C import cache_ops
|
||||
|
||||
COPYING_DIRECTION = [('cuda', 'cpu'), ('cuda', 'cuda'), ('cpu', 'cuda')]
|
||||
|
||||
Reference in New Issue
Block a user