mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 04:57:16 +00:00
Let's see whether older Pythons barf on this.
This commit is contained in:
parent
6093707842
commit
9973af3dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ if t.TYPE_CHECKING:
|
|||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible_collections.community.general.plugins.module_utils.cmd_runner_fmt import ArgFormatType
|
||||
|
||||
ArgFormatter = t.Union[ArgFormatType, cmd_runner_fmt._ArgFormat]
|
||||
ArgFormatter = ArgFormatType | cmd_runner_fmt._ArgFormat
|
||||
|
||||
|
||||
def _ensure_list(value):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue