Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 27, 2021
1 parent b25517e commit 3898c72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jupyterhub/apihandlers/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ async def get(self):
scope_descriptions = [
{
"scope": "inherit",
"description": scopes.scope_definitions['inherit']['description'],
"description": scopes.scope_definitions['inherit'][
'description'
],
"filter": "",
}
]
Expand Down

0 comments on commit 3898c72

Please sign in to comment.