As pointed out in the PR, Pagination isn't a Handler

This commit is contained in:
Juan Cruz-Benito
2020-02-28 12:01:56 +01:00
parent f49cc1fcf0
commit a2e2b1d512

View File

@@ -606,7 +606,7 @@ class HealthCheckHandler(BaseHandler):
self.finish()
class Pagination(BaseHandler):
class Pagination():
_page_name = 'page'
_per_page_name = 'per_page'