From 4b1d4ed242deeae02d060d6f330a04c783553412 Mon Sep 17 00:00:00 2001 From: cmcmarrow Date: Tue, 5 Sep 2023 13:42:41 -0500 Subject: [PATCH] remove dec --- salt/utils/jinja.py | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/utils/jinja.py b/salt/utils/jinja.py index 202f4c02d231..98a94054b45d 100644 --- a/salt/utils/jinja.py +++ b/salt/utils/jinja.py @@ -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.