From 5b691c90f9db1935308b88f7579a505a5fac8258 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 25 Sep 2021 01:23:22 +0200 Subject: [PATCH] not needed --- InvenTree/plugins/action/action.py | 1 - 1 file changed, 1 deletion(-) 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): """