Skip to content

Commit 1bd8ace

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dolphin/workflows/config/_yaml_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _add_comments(
150150
val = defs[ref_key] # type: ignore[index] # noqa: PLW2901
151151
else:
152152
# The reference is a sub schema, so we need to recurse
153-
sub_schema = defs[ref_key] # type:ignore[index]
153+
sub_schema = defs[ref_key] # type: ignore[index]
154154
# Get the sub-model
155155
sub_loaded_yaml = loaded_yaml[key]
156156
# recurse on the sub-model

0 commit comments

Comments
 (0)