Skip to content

Commit 8831315

Browse files
authored
[Bugfix] Update import path for bc_linter_include (#24766)
Signed-off-by: Mohammad Miadh Angkad <mangkad.bsdsba2027@aim.edu>
1 parent ee5fd49 commit 8831315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/v1/core/sched/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from dataclasses import dataclass
77
from typing import TYPE_CHECKING, Optional
88

9-
from vllm import bc_linter_include
9+
from vllm._bc_linter import bc_linter_include
1010

1111
if TYPE_CHECKING:
1212
import numpy as np

0 commit comments

Comments
 (0)