mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 10:04:07 +00:00
Black formatting
This commit is contained in:
@@ -7,13 +7,7 @@ c.JupyterHub.services = [
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
c.JupyterHub.load_roles = [
|
c.JupyterHub.load_roles = [
|
||||||
{
|
{'name': 'user', 'scopes': ['access:services!service=whoami', 'self']}
|
||||||
'name': 'user',
|
|
||||||
'scopes': [
|
|
||||||
'access:services!service=whoami',
|
|
||||||
'self'
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# dummy auth and simple spawner for testing
|
# dummy auth and simple spawner for testing
|
||||||
|
Reference in New Issue
Block a user