Skip to content

Commit

Permalink
Align JSON schema validator with one used on the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Nov 11, 2023
1 parent d4d23c6 commit 1cbd9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab_server/settings_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from typing import Any

import json5 # type:ignore[import-untyped]
from jsonschema import Draft4Validator as Validator
from jsonschema import Draft7Validator as Validator
from jsonschema import ValidationError
from jupyter_server import _tz as tz
from jupyter_server.base.handlers import APIHandler
Expand Down

0 comments on commit 1cbd9d9

Please sign in to comment.