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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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__(