Unverified Commit 4d26d806 authored by Robert Shaw's avatar Robert Shaw Committed by GitHub
Browse files

Update conftest.py (#6076)

parent c5832d2a
...@@ -65,7 +65,7 @@ class _ImageAssetPrompts(TypedDict): ...@@ -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__(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment