Fix `dump-swagger.py` for PyYAML 6.0. (#3443)
PyYAML 6.0 was released yesterday, and it finally drops support for `yaml.load` without a `loader` argument, which has been deprecated since 2017. We don't use any fancy yaml objects, so `safe_load` should be fine.pull/977/head
parent
6062e5052d
commit
265ebef584
Loading…
Reference in New Issue