mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 06:45:01 +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
|
||||
|
||||
|
||||
class _ImageAssets(UserList[ImageAsset]):
|
||||
class _ImageAssets(UserList):
|
||||
|
||||
def __init__(self) -> None:
|
||||
super().__init__(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user