mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 05:07:38 +02:00
Core: Fix errors found by LGTM
This commit is contained in:
@@ -231,7 +231,6 @@ class DataLayerInterface(interfaces.configuration.ConfigurableInterface, metacla
|
||||
if progress_callback is not None and not callable(progress_callback):
|
||||
raise TypeError("Progress_callback is not callable")
|
||||
|
||||
scanner = scanner
|
||||
scanner.context = context
|
||||
scanner.layer_name = self.name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user