mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 10:17:38 +02:00
Linux: fix black lint issues
This commit is contained in:
@@ -70,7 +70,6 @@ class Envars(plugins.PluginInterface):
|
||||
|
||||
# if mm exists attempt to get envars
|
||||
if mm:
|
||||
|
||||
# get process layer to read envars from
|
||||
proc_layer_name = task.add_process_layer()
|
||||
if proc_layer_name is None:
|
||||
|
||||
@@ -128,7 +128,6 @@ class IOMem(interfaces.plugins.PluginInterface):
|
||||
|
||||
# only continue if iomem_root address was located
|
||||
if iomem_root_offset is not None:
|
||||
|
||||
# recursively parse the resources starting from the root resource at 'iomem_resource'
|
||||
for depth, (name, start, end) in self.parse_resource(
|
||||
self.context, vmlinux_module_name, iomem_root_offset
|
||||
|
||||
Reference in New Issue
Block a user