diff --git a/lib/Bastion/Actions.py b/lib/Bastion/Actions.py index 34abce6..9e9cf93 100644 --- a/lib/Bastion/Actions.py +++ b/lib/Bastion/Actions.py @@ -1,7 +1,3 @@ """ Bastion.Actions - -I am the functions that execute the various actions of the bastion app. """ -def doBackupAsset(site, vault, ark): - raise NotImplementedError