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
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 0 deletions

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