mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 01:05:39 +08:00
Update conftest.py (#6076)
This commit is contained in:
parent
c5832d2ae9
commit
4d26d806e1
@ -65,7 +65,7 @@ class _ImageAssetPrompts(TypedDict):
|
|||||||
cherry_blossom: str
|
cherry_blossom: str
|
||||||
|
|
||||||
|
|
||||||
class _ImageAssets(UserList[ImageAsset]):
|
class _ImageAssets(UserList):
|
||||||
|
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
super().__init__(
|
super().__init__(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user