mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
added missing imports to doc module
This commit is contained in:
parent
96836412aa
commit
9856a8f674
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import ast
|
||||||
import yaml
|
import yaml
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
from collections import MutableMapping
|
from collections import MutableMapping, MutableSet, MutableSequence
|
||||||
from ansible.plugins import fragment_loader
|
from ansible.plugins import fragment_loader
|
||||||
|
|
||||||
# modules that are ok that they do not have documentation strings
|
# modules that are ok that they do not have documentation strings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue