diff --git a/InvenTree/plugins/action/action.py b/InvenTree/plugins/action/action.py index 72b24b1a14..cc2872b6d2 100644 --- a/InvenTree/plugins/action/action.py +++ b/InvenTree/plugins/action/action.py @@ -43,7 +43,6 @@ class ActionPlugin(plugin.InvenTreePlugin): """ Override this method to perform the action! """ - pass def get_result(self): """