Skip to content

Commit

Permalink
post merge conflict fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
magicznyleszek committed Nov 25, 2024
1 parent 3847958 commit 3e9048e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kpi/paginators.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e9048e

Please sign in to comment.