[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2022-11-18 15:43:09 +00:00
parent 12594631e0
commit 9d592fff31

View File

@@ -5,7 +5,12 @@ Contains default notebook-app subclass and mixins
from .app import SingleUserNotebookApp, main
from .mixins import HubAuthenticatedHandler, make_singleuser_app
__all__ = ["SingleUserNotebookApp", "main", "HubAuthenticatedHandler", "make_singleuser_app"]
__all__ = [
"SingleUserNotebookApp",
"main",
"HubAuthenticatedHandler",
"make_singleuser_app",
]
# backward-compatibility
JupyterHubLoginHandler = SingleUserNotebookApp.login_handler_class