diff --git a/stubs/beautifulsoup4/bs4/element.pyi b/stubs/beautifulsoup4/bs4/element.pyi index 92a56f8ab..70ee36b0a 100644 --- a/stubs/beautifulsoup4/bs4/element.pyi +++ b/stubs/beautifulsoup4/bs4/element.pyi @@ -319,7 +319,7 @@ class Tag(PageElement): text: _Strainable | None = ..., limit: int | None = ..., **kwargs: _Strainable, - ) -> ResultSet[PageElement]: ... + ) -> ResultSet[Any]: ... __call__ = find_all findAll = find_all findChildren = find_all