[improve] Remove redundant parentheses in pangu_moe.py (#2081)

### What this PR does / why we need it?

Remove redundant parentheses in pangu_moe.py.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Local.

- vLLM version: v0.10.0
- vLLM main:
099c046463

Signed-off-by: xleoken <xleoken@163.com>
This commit is contained in:
xleoken
2025-08-19 11:00:18 +08:00
committed by GitHub
parent 6335fe39ea
commit d91c6daf89
2 changed files with 3 additions and 3 deletions

View File

@@ -364,7 +364,7 @@ setup(
version=VERSION,
author="vLLM-Ascend team",
license="Apache 2.0",
description=("vLLM Ascend backend plugin"),
description="vLLM Ascend backend plugin",
long_description=read_readme(),
long_description_content_type="text/markdown",
url="https://github.com/vllm-project/vllm-ascend",