1
0
Fork 0
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:
Alexei Znamensky 2024-03-10 20:15:29 +13:00 committed by GitHub
parent c13bede0c5
commit 79d87552ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(): def test_dependency_ctxmgr():
ctx = DependencyCtxMgr("POTATOES", "Potatoes must be installed") ctx = DependencyCtxMgr("POTATOES", "Potatoes must be installed")
with ctx: with ctx: