mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Core: Prevent circular dependency on imports - take 2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user