mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-07 22:04:48 +03:00
Remove extranous blank line
This commit is contained in:
parent
b438281f34
commit
8519b4e24c
|
@ -416,7 +416,6 @@ class LimitOffsetPagination(BasePagination):
|
|||
return [self.limit_query_param, self.offset_query_param]
|
||||
|
||||
|
||||
|
||||
class CursorPagination(BasePagination):
|
||||
"""
|
||||
The cursor pagination implementation is neccessarily complex.
|
||||
|
|
Loading…
Reference in New Issue
Block a user