From 7e2115136a02ba927b9232a9104627235b8d28d5 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 8 Oct 2023 22:38:50 +0100 Subject: [PATCH] Core: Fix up black issues --- volumetric/api.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/volumetric/api.py b/volumetric/api.py index ed1ac1d..e1cecb8 100644 --- a/volumetric/api.py +++ b/volumetric/api.py @@ -30,7 +30,6 @@ class Api: - def __init__(self): self.plugins = PluginsApi() self.automagics = AutomagicApi() @@ -44,7 +43,6 @@ def volatility_version(self): class AutomagicApi: - @classmethod def get_automagics( cls, context: interfaces.context.ContextInterface = None @@ -108,7 +106,6 @@ def get_requirements(self): class PluginsApi: - @classmethod def get_plugins(cls) -> Dict[str, Type[interfaces.plugins.PluginInterface]]: volatility3.plugins.__path__ = constants.PLUGINS_PATH @@ -467,7 +464,6 @@ def visit(node, accumulator): class ResultsApi: - @cherrypy.expose @cherrypy.tools.json_out() def list(self): @@ -640,7 +636,6 @@ def row_writer(node, _accumulator): class JobsApi: - @cherrypy.expose @cherrypy.tools.json_out() def list(self):