Skip to content

Commit 8a84d22

Browse files
robertgshaw2-redhatjimpang
authored andcommitted
Update conftest.py (vllm-project#6076)
1 parent 95c869e commit 8a84d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class _ImageAssetPrompts(TypedDict):
6565
cherry_blossom: str
6666

6767

68-
class _ImageAssets(UserList[ImageAsset]):
68+
class _ImageAssets(UserList):
6969

7070
def __init__(self) -> None:
7171
super().__init__(

0 commit comments

Comments
 (0)