Skip to content

ResponsePaginator.__len__ should never return None

It should return 0 by default. When an API exception occurs, this may break high-level code

Refs https://gitlab.com/arkindex/cli/-/issues/56

Edited by Bastien Abadie