mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
Cleanup bug from moving base lookup methods to staticmethods
This commit is contained in:
@@ -44,7 +44,7 @@ class LookupBase(with_metaclass(ABCMeta, object)):
|
||||
return self._loader.get_basedir()
|
||||
|
||||
@staticmethod
|
||||
def _flatten(self, terms):
|
||||
def _flatten(terms):
|
||||
ret = []
|
||||
for term in terms:
|
||||
if isinstance(term, (list, tuple)):
|
||||
|
||||
Reference in New Issue
Block a user