[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