Skip to content

Commit c465bbd

Browse files
committed
Minor Changes
Signed-off-by: Rishi Garg <rishigarg2503@gmail.com>
1 parent c28765a commit c465bbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class BaseSearchView(ListView):
7373
paginate_by = PAGE_SIZE
7474
max_page_size = MAX_PAGE_SIZE
7575

76-
def get_paginate_by(self, queryset=None):
76+
def get_paginate_by(self):
7777
"""
7878
This function would get and validate the page size from request parameters.
7979
It returns a page size between 1 and max_page_size, defaulting to

0 commit comments

Comments
 (0)