Skip to content

Commit 7040f70

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8c988dc commit 7040f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/services/events/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def validate_model(
8282
message = f"Missing `{key}` in the JSON request body."
8383
raise Exception(message)
8484
schema_id = cast(str, data.get("schema_id"))
85-
# The case where a given schema_id isn't found,
85+
# The case where a given schema_id isn't found,
8686
# jupyter_events raises a useful error, so there's no need to
8787
# handle that case here.
8888
schema = registry.get(schema_id)

0 commit comments

Comments
 (0)