mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +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/jsonfile.py
vendored
2
lib/ansible/plugins/cache/jsonfile.py
vendored
@@ -27,7 +27,7 @@ except ImportError:
|
||||
import json
|
||||
|
||||
from ansible.parsing.utils.jsonify import jsonify
|
||||
from ansible.plugins.cache.base import BaseFileCacheModule
|
||||
from ansible.plugins.cache import BaseFileCacheModule
|
||||
|
||||
class CacheModule(BaseFileCacheModule):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user