mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +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/pickle.py
vendored
2
lib/ansible/plugins/cache/pickle.py
vendored
@@ -24,7 +24,7 @@ try:
|
||||
except ImportError:
|
||||
import pickle
|
||||
|
||||
from ansible.plugins.cache.base import BaseFileCacheModule
|
||||
from ansible.plugins.cache import BaseFileCacheModule
|
||||
|
||||
class CacheModule(BaseFileCacheModule):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user