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: