Update types packages (#100850)
This commit is contained in:
parent
30c7e7fbdf
commit
11e8bf0b9c
3 changed files with 12 additions and 15 deletions
|
@ -203,7 +203,7 @@ def _parse_yaml(
|
|||
# If configuration file is empty YAML returns None
|
||||
# We convert that to an empty dict
|
||||
return (
|
||||
yaml.load(content, Loader=lambda stream: loader(stream, secrets))
|
||||
yaml.load(content, Loader=lambda stream: loader(stream, secrets)) # type: ignore[arg-type]
|
||||
or NodeDictClass()
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue