diff --git a/volatility3/framework/interfaces/objects.py b/volatility3/framework/interfaces/objects.py index d1f442d69..fcf3c8d6c 100644 --- a/volatility3/framework/interfaces/objects.py +++ b/volatility3/framework/interfaces/objects.py @@ -312,7 +312,7 @@ class Template: offset.""" @abc.abstractmethod - def child_template(self, child: str) -> interfaces.objects.Template: + def child_template(self, child: str) -> 'interfaces.objects.Template': """Returns the `child` member template from its parent.""" @abc.abstractmethod