Skip to content

Commit

Permalink
Changed calls to yaml.load to explicitly use the safe loader.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimAtGoogle committed Oct 30, 2024
1 parent 7fd98ef commit 7bf2597
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build_tools/autogen_ltc_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7bf2597

Please sign in to comment.