We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed4b2a commit 91a0816Copy full SHA for 91a0816
jupyterlab_server/config.py
@@ -12,7 +12,7 @@
12
from os.path import join as pjoin
13
from typing import Any
14
15
-import json5 # type:ignore[import-untyped]
+import json5
16
from jupyter_core.paths import SYSTEM_CONFIG_PATH, jupyter_config_dir, jupyter_path
17
from jupyter_server.services.config.manager import ConfigManager, recursive_update
18
from jupyter_server.utils import url_path_join as ujoin
jupyterlab_server/settings_utils.py
@@ -9,7 +9,7 @@
9
from glob import glob
10
11
from jsonschema import Draft7Validator as Validator
from jsonschema import ValidationError
from jupyter_server import _tz as tz
0 commit comments