Skip to content

Commit

Permalink
Core: Fix up black issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelos committed Oct 8, 2023
1 parent 92e03a7 commit 7e21151
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions volumetric/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@


class Api:

def __init__(self):
self.plugins = PluginsApi()
self.automagics = AutomagicApi()
Expand All @@ -44,7 +43,6 @@ def volatility_version(self):


class AutomagicApi:

@classmethod
def get_automagics(
cls, context: interfaces.context.ContextInterface = None
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -467,7 +464,6 @@ def visit(node, accumulator):


class ResultsApi:

@cherrypy.expose
@cherrypy.tools.json_out()
def list(self):
Expand Down Expand Up @@ -640,7 +636,6 @@ def row_writer(node, _accumulator):


class JobsApi:

@cherrypy.expose
@cherrypy.tools.json_out()
def list(self):
Expand Down

0 comments on commit 7e21151

Please sign in to comment.