Add place holder for new API function

This commit is contained in:
Luke Murphy
2020-04-27 15:02:43 +02:00
parent f55edfc0e4
commit a25533d917

View File

@ -98,3 +98,8 @@ class HetznerCloud(Driver):
"account API token value"
)
sysexit_with_message(msg)
def reset(self):
"""Destroy all resources managed by this plugin."""
# TODO(decentral1se): implement if ever needed
pass