mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
remove code no longer used (#8077)
This commit is contained in:
parent
c13bede0c5
commit
79d87552ef
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@ from ansible_collections.community.general.plugins.module_utils.module_helper im
|
|||
)
|
||||
|
||||
|
||||
def single_lambda_2star(x, y, z):
|
||||
return ["piggies=[{0},{1},{2}]".format(x, y, z)]
|
||||
|
||||
|
||||
def test_dependency_ctxmgr():
|
||||
ctx = DependencyCtxMgr("POTATOES", "Potatoes must be installed")
|
||||
with ctx:
|
||||
|
|
Loading…
Reference in a new issue