From 3e9048e0c825c0ec0e6066ea224f871b5fb8d590 Mon Sep 17 00:00:00 2001 From: Leszek Date: Mon, 25 Nov 2024 17:49:08 +0100 Subject: [PATCH] post merge conflict fixes --- kpi/paginators.py | 7 ------- 1 file changed, 7 deletions(-) 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