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 8c988dc commit 7040f70Copy full SHA for 7040f70
jupyter_server/services/events/handlers.py
@@ -82,7 +82,7 @@ def validate_model(
82
message = f"Missing `{key}` in the JSON request body."
83
raise Exception(message)
84
schema_id = cast(str, data.get("schema_id"))
85
- # The case where a given schema_id isn't found,
+ # The case where a given schema_id isn't found,
86
# jupyter_events raises a useful error, so there's no need to
87
# handle that case here.
88
schema = registry.get(schema_id)
0 commit comments