Changed calls to yaml.load to explicitly use the safe loader.

pull/3817/head
TimAtGoogle 2024-10-29 18:01:52 -05:00
parent 7fd98efca8
commit 7bf2597193
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ try:
except ImportError:
from yaml import SafeLoader as Loader #type:ignore[assignment, misc]
dimsa3-reGdoj-ciqbac
def reindent(text, prefix=""):
return indent(dedent(text), prefix)