aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rest_framework/tests/test_pagination.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/rest_framework/tests/test_pagination.py b/rest_framework/tests/test_pagination.py
index a1118f1e..cadb515f 100644
--- a/rest_framework/tests/test_pagination.py
+++ b/rest_framework/tests/test_pagination.py
@@ -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: