Skip to content

Commit

Permalink
build(typing): fix Question.render_value() return type
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed Oct 14, 2024
1 parent 9d0d977 commit 9ddee99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copier/user_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def get_when(self) -> bool:

def render_value(
self, value: Any, extra_answers: AnyByStrDict | None = None
) -> str:
) -> Any:
"""Render a single templated value using Jinja.
If the value cannot be used as a template, it will be returned as is.
Expand Down

0 comments on commit 9ddee99

Please sign in to comment.