Update conftest.py (#6076)

This commit is contained in:
Robert Shaw
2024-07-02 16:14:22 -04:00
committed by GitHub
parent c5832d2ae9
commit 4d26d806e1

View File

@ -65,7 +65,7 @@ class _ImageAssetPrompts(TypedDict):
cherry_blossom: str
class _ImageAssets(UserList[ImageAsset]):
class _ImageAssets(UserList):
def __init__(self) -> None:
super().__init__(