From 05269ea9a3188f1d6f903e09a2b4ea4cd0823a8e Mon Sep 17 00:00:00 2001 From: Nathan Denny Date: Thu, 11 Jul 2024 13:35:36 -0400 Subject: [PATCH] Moved some content to Bastion.CARP --- lib/Bastion/Actions.py | 4 ---- 1 file changed, 4 deletions(-) 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