Add "Loader=..." to yaml.load callsites (#588)
Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/588 Calling `yaml.load` without `Loader=` is deprecated and will throw in `pyyaml` 6.x. [The behavior in 5.x is to use `Loader=yaml.FullLoader`](https://github.com/yaml/pyyaml/blob/5.4.1.1/lib/yaml/__init__.py#L110), so we retain that semantic. Differential Revision: D49670999 fbshipit-source-id: b22b574a51f84f3bebf88f8d1246de4582101362
C
Caleb Ho committed
d4099758473a81b03bcfed7a3487cec2f1372a99
Parent: 0692aff
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 10/5/2023, 9:10:59 PM