mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Merge pull request #11147 from sivel/module-docs-import-mutablemapping
Import missing MutableMapping class for module_docs
This commit is contained in:
@@ -23,6 +23,7 @@ import ast
|
||||
import yaml
|
||||
import traceback
|
||||
|
||||
from collections import MutableMapping
|
||||
from ansible.plugins import fragment_loader
|
||||
|
||||
# modules that are ok that they do not have documentation strings
|
||||
|
||||
Reference in New Issue
Block a user