Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit ee8ecc9

Browse files
committed
don't touch this other file
1 parent 9c72d13 commit ee8ecc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_api/types/commit/commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async def resolve_yaml(commit: Commit, info) -> dict:
8484

8585

8686
@commit_bindable.field("yamlState")
87-
async def resolve_yaml_state(commit: Commit, info) -> Optional[YamlStates]:
87+
async def resolve_yaml_state(commit: Commit, info) -> YamlStates:
8888
command = info.context["executor"].get_command("commit")
8989
final_yaml = await command.get_final_yaml(commit)
9090
return get_yaml_state(yaml=final_yaml)

0 commit comments

Comments
 (0)