Skip to content

Commit 34ffd63

Browse files
committed
fix
Signed-off-by: cascade812 <[email protected]>
1 parent 88bc4b0 commit 34ffd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/forward_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_forward_context() -> ForwardContext:
5454
return _forward_context
5555

5656

57-
def try_get_forward_context() -> ForwardContext:
57+
def try_get_forward_context() -> Optional[ForwardContext]:
5858
return _forward_context
5959

6060

0 commit comments

Comments
 (0)