From 3f9657a2e12d02a869bcdb9d94e2e5b220cbdc5f Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Wed, 4 Apr 2018 00:41:43 +0100 Subject: [PATCH] Remove unnecessary type information given it's in the function signature. --- volatility/framework/interfaces/automagic.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/volatility/framework/interfaces/automagic.py b/volatility/framework/interfaces/automagic.py index 4b9e99e5a..311db1ccf 100644 --- a/volatility/framework/interfaces/automagic.py +++ b/volatility/framework/interfaces/automagic.py @@ -114,9 +114,6 @@ class StackerLayerInterface(validity.ValidityRoutines, metaclass = ABCMeta): are to be used by this method to build a space where possible :param context: Context in which to construct the higher layer - :type context: ~volatility.framework.interfaces.context.ContextInterface :param layer_name: Name of the layer to stack on top of - :type layer_name: str :param progress_callback: A callback function to indicate progress through a scan (if one is necessary) - :type progress_callback: A function that takes a percentage and an optional description """