mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
put cache base classes in __init__ (#22809)
* put cache base classes in __init__ * added placeholder
This commit is contained in:
2
lib/ansible/plugins/cache/yaml.py
vendored
2
lib/ansible/plugins/cache/yaml.py
vendored
@@ -26,7 +26,7 @@ import yaml
|
||||
|
||||
from ansible.parsing.yaml.loader import AnsibleLoader
|
||||
from ansible.parsing.yaml.dumper import AnsibleDumper
|
||||
from ansible.plugins.cache.base import BaseFileCacheModule
|
||||
from ansible.plugins.cache import BaseFileCacheModule
|
||||
|
||||
class CacheModule(BaseFileCacheModule):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user