Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
beerphilipp committed Jul 9, 2023
1 parent fa2914e commit 32b6847
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mapping/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ def format_value(format, value):
:param value: The value to insert.
:return: The formatted value.
"""
# TODO: this only works up until one level of nesting
if isinstance(format, str):
return format.replace("@@this", value)
elif isinstance(format, dict):
Expand Down

0 comments on commit 32b6847

Please sign in to comment.