mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-26 16:12:23 +02:00
Remove unnecessary type information given it's in the function signature.
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user