1
0
Fork 0
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:
dridiha 2026-03-02 22:37:23 +01:00
parent 0d56c96bcc
commit 071c402ee1

View file

@ -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)