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 Apr 23, 2024
1 parent 0dc2880 commit e0fb524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyterlab_server/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ def _get_config_manager(level: str, include_higher_levels: bool = False) -> Conf
Returns the string to the environment
"""
from jupyter_core.paths import ENV_CONFIG_PATH

allowed = get_allowed_levels()
if level not in allowed:
msg = f"Page config level must be one of: {allowed}"
Expand Down

0 comments on commit e0fb524

Please sign in to comment.