[Frontend] Improve Error Handling #25738
Annotations
4 errors
|
Mypy:
vllm/entrypoints/openai/api_server.py#L176
Incompatible types in assignment (expression has type "partial[MQLLMEngineClient]", variable has type "partial[AsyncLLMEngine]") [assignment]
|
Mypy:
vllm/entrypoints/openai/api_server.py#L177
Argument 1 to "partial" has incompatible type "type[MQLLMEngineClient]"; expected "Callable[..., AsyncLLMEngine]" [arg-type]
|
Mypy
Process completed with exit code 1.
|
Loading