Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rschroll committed Jan 20, 2024
1 parent e879ab1 commit 1d9182d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions examples/service-whoami-flask/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
},
]
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
Expand Down

0 comments on commit 1d9182d

Please sign in to comment.