Skip to content

Commit

Permalink
remove dec
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcmarrow committed Sep 5, 2023
1 parent 54c3346 commit 4b1d4ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion salt/utils/jinja.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,6 @@ def format_yaml(self, value, flow_style=True):
except UnicodeDecodeError:
return Markup(salt.utils.stringutils.to_unicode(yaml_txt))

@_handle_strict_undefined
def format_xml(self, value):
"""Render a formatted multi-line XML string from a complex Python
data structure. Supports tag attributes and nested dicts/lists.
Expand Down

0 comments on commit 4b1d4ed

Please sign in to comment.