mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-09 21:47:17 +00:00
Apply some suggestions.
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
e74033eac1
commit
fa6058afcb
4 changed files with 4 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ HEALTH_OK = 5
|
|||
|
||||
|
||||
class OcapiUtils:
|
||||
def __init__(self, creds, base_uri, proxy_slot_number, timeout, module: AnsibleModule):
|
||||
def __init__(self, creds, base_uri, proxy_slot_number, timeout, module: AnsibleModule) -> None:
|
||||
self.root_uri = base_uri
|
||||
self.proxy_slot_number = proxy_slot_number
|
||||
self.creds = creds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue