Skip to content

Commit 79c1835

Browse files
committed
rebase main
Signed-off-by: underfituu <hzhucong@163.com>
1 parent 14b39d3 commit 79c1835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vllm_ascend/distributed/llmdatadist_c_mgr_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,4 +871,4 @@ def zmq_ctx(socket_type: Any,
871871
yield socket
872872
finally:
873873
if ctx is not None:
874-
ctx.destroy(linger=0)
874+
ctx.destroy(linger=0)

vllm_ascend/envs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ def __getattr__(name: str):
177177

178178

179179
def __dir__():
180-
return list(env_variables.keys())
180+
return list(env_variables.keys())

0 commit comments

Comments
 (0)