mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 12:17:38 +02:00
Core: Rerun yapf across the codebase.
This commit is contained in:
@@ -32,7 +32,6 @@ class Bash(plugins.PluginInterface, timeliner.TimeLinerInterface):
|
||||
description = 'Filter on specific process IDs',
|
||||
element_type = int,
|
||||
optional = True)
|
||||
|
||||
]
|
||||
|
||||
def _generator(self, tasks):
|
||||
|
||||
@@ -26,7 +26,6 @@ class Malfind(interfaces.plugins.PluginInterface):
|
||||
description = 'Filter on specific process IDs',
|
||||
element_type = int,
|
||||
optional = True)
|
||||
|
||||
]
|
||||
|
||||
def _list_injections(self, task):
|
||||
|
||||
@@ -31,7 +31,6 @@ class Netstat(plugins.PluginInterface):
|
||||
description = 'Filter on specific process IDs',
|
||||
element_type = int,
|
||||
optional = True)
|
||||
|
||||
]
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user