Skip to content

Commit adef067

Browse files
committed
improve(tooling): import yaml_load from its module
1 parent d6df8df commit adef067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/100_mkdocs_config_merger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# 3rd party
1818
import yaml
19-
from mkdocs.utils import yaml_load
19+
from mkdocs.utils.yaml import yaml_load
2020

2121
# -- GLOBALS --
2222
logging.basicConfig(level=logging.INFO)

0 commit comments

Comments
 (0)