mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-09 11:03:00 +00:00
easier linting in jupyterhub_config
noqa get_import satisfies most linters
This commit is contained in:
@@ -8,6 +8,7 @@ if not api_token:
|
||||
"Make sure to `export JUPYTERHUB_API_TOKEN=$(openssl rand -hex 32)`"
|
||||
)
|
||||
|
||||
c = get_config() # noqa
|
||||
# tell JupyterHub to register the service as an external oauth client
|
||||
c.JupyterHub.services = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user