mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-17 01:11:28 +00:00
Add basic typing for module_utils.
This commit is contained in:
parent
fb2f34ba85
commit
e74033eac1
48 changed files with 209 additions and 142 deletions
|
|
@ -75,7 +75,7 @@ class UTMModule(AnsibleModule):
|
|||
|
||||
|
||||
class UTM:
|
||||
def __init__(self, module, endpoint, change_relevant_keys, info_only=False):
|
||||
def __init__(self, module: UTMModule, endpoint, change_relevant_keys, info_only=False):
|
||||
"""
|
||||
Initialize UTM Class
|
||||
:param module: The Ansible module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue