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…
Reference in New Issue
Block a user