mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove mysterious old cruft
The two lines were added in2673eb0aand modified in60e1a1f8, but foo is completely unused. Removing it doesn't break anything: out it goes!
This commit is contained in:
@@ -26,8 +26,6 @@ from ansible.utils.listify import listify_lookup_plugin_terms
|
||||
class LookupModule(LookupBase):
|
||||
|
||||
def _lookup_variables(self, terms, variables):
|
||||
foo = variables.copy()
|
||||
foo.pop('vars', None)
|
||||
results = []
|
||||
for x in terms:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user