[CI] Try introducing isort. (#3495)
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
# This unit test should be moved to a new
|
||||
# tests/test_guided_decoding directory.
|
||||
|
||||
from transformers import AutoTokenizer
|
||||
import torch
|
||||
from transformers import AutoTokenizer
|
||||
|
||||
from vllm.model_executor.guided_logits_processors import (RegexLogitsProcessor,
|
||||
JSONLogitsProcessor)
|
||||
from vllm.model_executor.guided_logits_processors import (JSONLogitsProcessor,
|
||||
RegexLogitsProcessor)
|
||||
|
||||
TEST_SCHEMA = {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user