Skip to content

Commit

Permalink
Add missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyansh Choudhary committed Apr 22, 2024
1 parent b92c5dd commit d925f6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jupyterlab_server/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,9 @@ def _default_translations_api_url(self) -> str:


def get_allowed_levels() -> list[str]:
"""
Returns the levels where configs can be stored.
"""
return ["all", "user", "sys_prefix", "system", "app", "extension"]


Expand Down

0 comments on commit d925f6c

Please sign in to comment.