From 7bf25971930d2ca4f88f46b76e5815e25d4ee74e Mon Sep 17 00:00:00 2001 From: TimAtGoogle Date: Tue, 29 Oct 2024 18:01:52 -0500 Subject: [PATCH] Changed calls to yaml.load to explicitly use the safe loader. --- build_tools/autogen_ltc_backend.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build_tools/autogen_ltc_backend.py b/build_tools/autogen_ltc_backend.py index 1f62467f1ceb..2b4c07cf76b3 100644 --- a/build_tools/autogen_ltc_backend.py +++ b/build_tools/autogen_ltc_backend.py @@ -36,7 +36,6 @@ except ImportError: from yaml import SafeLoader as Loader #type:ignore[assignment, misc] -dimsa3-reGdoj-ciqbac def reindent(text, prefix=""): return indent(dedent(text), prefix)