diff --git a/mirascope_cli/utils.py b/mirascope_cli/utils.py index 7604c66..9a5ebb5 100644 --- a/mirascope_cli/utils.py +++ b/mirascope_cli/utils.py @@ -635,7 +635,7 @@ def write_prompt_to_template( if not ( item.type == "variable" and item.render is not None - and item.render[0] in ignore_variable_keys + and item.render[0] in ignore_variable_keys # type: ignore ) ] data = {