summaryrefslogtreecommitdiffstats
path: root/src/windows/ogOperations.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/ogOperations.py')
-rw-r--r--src/windows/ogOperations.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/windows/ogOperations.py b/src/windows/ogOperations.py
index d20b52c..70d3c5b 100644
--- a/src/windows/ogOperations.py
+++ b/src/windows/ogOperations.py
@@ -110,6 +110,9 @@ class OgWindowsOperations:
def image_create(self, path, request, ogRest):
raise NotImplementedError
+ def cache_delete(self, request, ogRest):
+ raise NotImplementedError
+
def refresh(self, ogRest):
return {"status": "WIN"}