Add place holder for new API function
This commit is contained in:
parent
f55edfc0e4
commit
a25533d917
@ -98,3 +98,8 @@ class HetznerCloud(Driver):
|
|||||||
"account API token value"
|
"account API token value"
|
||||||
)
|
)
|
||||||
sysexit_with_message(msg)
|
sysexit_with_message(msg)
|
||||||
|
|
||||||
|
def reset(self):
|
||||||
|
"""Destroy all resources managed by this plugin."""
|
||||||
|
# TODO(decentral1se): implement if ever needed
|
||||||
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user