Skip to content

Commit 4781d7a

Browse files
authored
Add back a comment
1 parent e0fb524 commit 4781d7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyterlab_server/config.py

+1
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ def _get_config_manager(level: str, include_higher_levels: bool = False) -> Conf
370370
"""Get the location of config files for the current context
371371
Returns the string to the environment
372372
"""
373+
# Delayed import since this gets monkey-patched in tests
373374
from jupyter_core.paths import ENV_CONFIG_PATH
374375

375376
allowed = get_allowed_levels()

0 commit comments

Comments
 (0)