Skip to content

Conversation

@windsonsea
Copy link
Contributor

@windsonsea windsonsea commented Sep 17, 2025

Fix an issue occurred while running python -m mkdocs build:

WARNING -  griffe: vllm/compilation/base_static_graph.py:43: No type or annotation for parameter '*args'
WARNING -  griffe: vllm/compilation/base_static_graph.py:45: No type or annotation for parameter '**kwargs'

Related to issue #25020

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly resolves documentation generation warnings from griffe by adding missing type annotations. The changes add type hints for *args and **kwargs in AbstractStaticGraphWrapper, and also improve an existing type hint for a Callable and add a return type for __init__. The changes are accurate and improve code quality. I find no issues with this submission.

Copy link
Contributor

@samzong samzong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great it.

@hmellor hmellor enabled auto-merge (squash) September 17, 2025 06:51
@github-actions github-actions bot added the ready ONLY add when PR is ready to merge/full CI is needed label Sep 17, 2025
@hmellor hmellor merged commit 0fb2551 into vllm-project:main Sep 17, 2025
55 checks passed
FeiDaLI pushed a commit to FeiDaLI/vllm that referenced this pull request Sep 25, 2025
charlifu pushed a commit to ROCm/vllm that referenced this pull request Sep 25, 2025
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 10, 2025
choprahetarth pushed a commit to Tandemn-Labs/vllm that referenced this pull request Oct 11, 2025
@windsonsea windsonsea deleted the fixgra branch October 15, 2025 01:01
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready ONLY add when PR is ready to merge/full CI is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants