diff --git a/volatility/framework/automagic/stacker.py b/volatility/framework/automagic/stacker.py index a2e9b2d20..3bd7ce95a 100644 --- a/volatility/framework/automagic/stacker.py +++ b/volatility/framework/automagic/stacker.py @@ -45,7 +45,7 @@ class LayerStacker(interfaces.automagic.AutomagicInterface): def __call__(self, context: interfaces.context.ContextInterface, config_path: str, - requirement: interfaces.configuration.RequirementInterface = None, + requirement: interfaces.configuration.RequirementInterface, progress_callback: constants.ProgressCallback = None) -> Optional[List[str]]: """Runs the automagic over the configurable."""