Skip to content

Commit 029857c

Browse files
committed
Linter
1 parent edcaceb commit 029857c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readthedocs/search/api.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626

2727
class PaginatorPage:
28+
2829
"""
2930
Mimics the result from a paginator.
3031
@@ -51,6 +52,7 @@ def previous_page_number(self):
5152

5253

5354
class SearchPagination(PageNumberPagination):
55+
5456
"""Paginator for the results of PageSearch."""
5557

5658
page_size = 50
@@ -152,6 +154,7 @@ def get_inner_hits(self, obj):
152154

153155

154156
class PageSearchAPIView(GenericAPIView):
157+
155158
"""
156159
Main entry point to perform a search using Elasticsearch.
157160

0 commit comments

Comments
 (0)