fix review cosmetic comment

This commit is contained in:
Sumit Jaiswal 2025-06-02 12:45:17 +05:30
parent afa9db5a6b
commit b413c7562b
No known key found for this signature in database
GPG key ID: A4604B39D64D6AEC

View file

@ -304,10 +304,11 @@ class VLLMInferenceAdapter(Inference, ModelsProtocolPrivate):
async def health(self) -> HealthResponse: async def health(self) -> HealthResponse:
""" """
Performs a health check by verifying connectivity to the remote VLLM server. Performs a health check by verifying connectivity to the remote vLLM server.
This method is used by initialize() and the Provider API to verify This method is used by the Provider API to verify
that the service is running correctly. that the service is running correctly.
Returns: Returns:
HealthResponse: A dictionary containing the health status. HealthResponse: A dictionary containing the health status.
""" """
try: try: