diff --git a/kpi/paginators.py b/kpi/paginators.py index 7aec997833..29823ea1a4 100644 --- a/kpi/paginators.py +++ b/kpi/paginators.py @@ -137,13 +137,6 @@ def get_count(self, queryset): return super().get_count(queryset) -class OrganizationMembersPagination(PageNumberPagination): - """ - Pagination class for Organization Members - """ - page_size_query_param = 'page_size' - - class TinyPaginated(PageNumberPagination): """ Same as Paginated with a small page size