Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Add typing hints / mypy types cleanup #3816

Merged
merged 15 commits into from
Apr 12, 2024
Prev Previous commit
Next Next commit
fix w isort
  • Loading branch information
michaelfeil committed Apr 3, 2024
commit 16de54a9e4f12dd559013b5d4e146969bd78d7eb
2 changes: 1 addition & 1 deletion vllm/transformers_utils/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Optional, Dict
from typing import Dict, Optional

from transformers import AutoConfig, PretrainedConfig

Expand Down
Loading