Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Hill <[email protected]>
  • Loading branch information
njhill committed Nov 7, 2024
1 parent e9c77f8 commit 10d0e48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vllm/v1/engine/async_stream.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import asyncio
from typing import (Any, AsyncGenerator, Awaitable, Callable, Optional, Type,
Union)
from typing import Any, AsyncGenerator, Callable, Optional, Type, Union

from vllm.outputs import EmbeddingRequestOutput, RequestOutput

Expand Down

0 comments on commit 10d0e48

Please sign in to comment.