mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 11:43:10 +00:00
added missing imports to doc module
This commit is contained in:
@@ -23,7 +23,7 @@ import ast
|
||||
import yaml
|
||||
import traceback
|
||||
|
||||
from collections import MutableMapping
|
||||
from collections import MutableMapping, MutableSet, MutableSequence
|
||||
from ansible.plugins import fragment_loader
|
||||
|
||||
# modules that are ok that they do not have documentation strings
|
||||
|
||||
Reference in New Issue
Block a user