diff --git a/novus/api/api_iterator.py b/novus/api/api_iterator.py index e68debd9..bb26ecf5 100644 --- a/novus/api/api_iterator.py +++ b/novus/api/api_iterator.py @@ -92,9 +92,6 @@ async def __aiter__(self) -> AsyncGenerator[T, Any]: if len(items) != limit: break - # And done - raise StopAsyncIteration - async def flatten(self) -> list[T]: """ Flatten the entire item from its original API generator into a list.