Skip to content

Commit

Permalink
[Bugfix] TYPE_CHECKING for MultiModalData (vllm-project#5444)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdwkimdw authored and jimpang committed Jun 27, 2024
1 parent 1dfd347 commit 99c2f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing_extensions import NotRequired

if TYPE_CHECKING:
from vllm.sequence import MultiModalData
from vllm.multimodal import MultiModalData


class ParsedText(TypedDict):
Expand Down

0 comments on commit 99c2f33

Please sign in to comment.