Skip to content

Commit

Permalink
python lint
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyuhong committed Oct 22, 2024
1 parent d1644d0 commit 8ac9aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/entrypoints/openai/serving_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from vllm.tracing import (contains_trace_headers, extract_trace_headers,
log_tracing_disabled_warning)
from vllm.transformers_utils.tokenizer import AnyTokenizer, MistralTokenizer
from vllm.utils import iterate_with_cancellation, random_uuid
from vllm.utils import iterate_with_cancellation

logger = init_logger(__name__)

Expand Down

0 comments on commit 8ac9aa3

Please sign in to comment.