mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -5,7 +5,12 @@ Contains default notebook-app subclass and mixins
|
|||||||
from .app import SingleUserNotebookApp, main
|
from .app import SingleUserNotebookApp, main
|
||||||
from .mixins import HubAuthenticatedHandler, make_singleuser_app
|
from .mixins import HubAuthenticatedHandler, make_singleuser_app
|
||||||
|
|
||||||
__all__ = ["SingleUserNotebookApp", "main", "HubAuthenticatedHandler", "make_singleuser_app"]
|
__all__ = [
|
||||||
|
"SingleUserNotebookApp",
|
||||||
|
"main",
|
||||||
|
"HubAuthenticatedHandler",
|
||||||
|
"make_singleuser_app",
|
||||||
|
]
|
||||||
|
|
||||||
# backward-compatibility
|
# backward-compatibility
|
||||||
JupyterHubLoginHandler = SingleUserNotebookApp.login_handler_class
|
JupyterHubLoginHandler = SingleUserNotebookApp.login_handler_class
|
||||||
|
Reference in New Issue
Block a user