mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-21 20:59:10 +00:00
Remove extra empty line
This commit is contained in:
parent
0d56c96bcc
commit
071c402ee1
1 changed files with 0 additions and 1 deletions
|
|
@ -178,7 +178,6 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
|
|||
def _is_plugin_interposer(self):
|
||||
return self._cache._plugin._persistent
|
||||
|
||||
|
||||
def _get_value_from_cache(self, cache_key):
|
||||
if not self._is_plugin_interposer():
|
||||
self._cache[cache_key] = self._cache._plugin.get(cache_key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue