diff --git a/tests/conftest.py b/tests/conftest.py index 78d6ec4347178..5891804d00880 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -88,7 +88,7 @@ class _ImageAssetPrompts(TypedDict): # UPSTREAM SYNC: Error in Python3.8 without Any -class _ImageAssets(UserList[Any]): +class _ImageAssets(UserList): def __init__(self) -> None: super().__init__(