mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add basic typing for module_utils.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user