mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
refactor: use super() to reference parent class (#280)
This commit is contained in:
parent
1b83de57ef
commit
98afa99904
32 changed files with 126 additions and 126 deletions
|
|
@ -71,8 +71,8 @@ class Hcloud:
|
|||
def _mark_as_changed(self):
|
||||
self.result["changed"] = True
|
||||
|
||||
@staticmethod
|
||||
def base_module_arguments():
|
||||
@classmethod
|
||||
def base_module_arguments(cls):
|
||||
return {
|
||||
"api_token": {
|
||||
"type": "str",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue