Skip to content

Commit

Permalink
ignored type
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan committed Apr 17, 2024
1 parent 94aff30 commit c592c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirascope_cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit c592c61

Please sign in to comment.