mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-22 14:32:21 +02:00
Fix minor lint with docstring.
This commit is contained in:
@@ -58,7 +58,7 @@ class Context(interfaces.context.ContextInterface):
|
||||
:param layer: The layer to be added to the memory
|
||||
:type layer: volatility.framework.interfaces.layers.DataLayerInterface
|
||||
:raises volatility.framework.exceptions.LayerException: if the layer is already present, or has
|
||||
unmet dependencies
|
||||
unmet dependencies
|
||||
"""
|
||||
self._memory.add_layer(layer)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user