1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-08-11 15:54:48 +03:00

remove stray func from test

This commit is contained in:
Ross McFarland 2013-10-21 14:26:21 -07:00
parent f0a129dcda
commit c36122a7ba

View File

@ -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: