[ci] fix linter (#13701)

Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
youkaichao
2025-02-22 20:28:59 +08:00
committed by GitHub
parent 3e472d882a
commit 2382ad29d1
5 changed files with 11 additions and 7 deletions

View File

@@ -518,6 +518,7 @@ def get_open_port() -> int:
return port
return _get_open_port()
def _get_open_port() -> int:
port = envs.VLLM_PORT
if port is not None: