1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-30 18:43:09 +03:00

remove code no longer used (#8077)

This commit is contained in:
Alexei Znamensky
2024-03-10 20:15:29 +13:00
committed by GitHub
parent c13bede0c5
commit 79d87552ef

View File

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