mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-20 03:40:22 -07:00
remove extraneous unused constant (#7185)
This commit is contained in:
parent
d6ebba1aea
commit
ce6b2bc362
8 changed files with 0 additions and 13 deletions
|
@ -19,8 +19,6 @@ from ansible_collections.community.general.plugins.modules import puppet
|
|||
|
||||
import pytest
|
||||
|
||||
TESTED_MODULE = puppet.__name__
|
||||
|
||||
|
||||
ModuleTestCase = namedtuple("ModuleTestCase", ["id", "input", "output", "run_command_calls"])
|
||||
RunCmdCall = namedtuple("RunCmdCall", ["command", "environ", "rc", "out", "err"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue