diff --git a/volatility/framework/configuration/depresolver.py b/volatility/framework/configuration/depresolver.py index 80a1690d0..8ad4cbf7a 100644 --- a/volatility/framework/configuration/depresolver.py +++ b/volatility/framework/configuration/depresolver.py @@ -171,7 +171,7 @@ class RequirementTreeChoice(RequirementTreeReq): self.candidates = OrderedDict() def __repr__(self): - return "" + return "" def traverse(self, visitor, config_path = None, short_circuit = False): if config_path is None: @@ -197,7 +197,7 @@ class RequirementTreeList(interfaces.configuration.RequirementTreeNode): self.children = children def __repr__(self): - return "" + return "" def traverse(self, visitor, config_path = None, short_circuit = False): if config_path is None: