mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-17 03:51:03 +03:00
remove stray func from test
This commit is contained in:
parent
f0a129dcda
commit
c36122a7ba
|
@ -464,9 +464,6 @@ class NonIntegerPaginator(object):
|
|||
# pretend like we don't know how many pages we have
|
||||
return None
|
||||
|
||||
def default_page_token(self):
|
||||
return None
|
||||
|
||||
def page(self, token=None):
|
||||
if token:
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user