1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-10 05:55:13 +00:00

Apply some suggestions.

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
Felix Fontein 2025-11-27 07:25:05 +01:00
parent e74033eac1
commit fa6058afcb
4 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ def __map_channel(channel_name):
return __channel_map[channel_name]
def sdkmanager_runner(module: AnsibleModule, **kwargs):
def sdkmanager_runner(module: AnsibleModule, **kwargs) -> CmdRunner:
return CmdRunner(
module,
command="sdkmanager",