mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
As pointed out in the PR, Pagination isn't a Handler
This commit is contained in:
@@ -606,7 +606,7 @@ class HealthCheckHandler(BaseHandler):
|
||||
self.finish()
|
||||
|
||||
|
||||
class Pagination(BaseHandler):
|
||||
class Pagination():
|
||||
|
||||
_page_name = 'page'
|
||||
_per_page_name = 'per_page'
|
||||
|
Reference in New Issue
Block a user