Commit c36122a7 by Ross McFarland

remove stray func from test

parent f0a129dc
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment