mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-25 15:42:24 +02:00
Fix up minor typing issues.
This commit is contained in:
@@ -90,6 +90,7 @@ class ReferenceTemplate(interfaces.objects.Template):
|
||||
size = property(_unresolved) # type: typing.ClassVar[typing.Any]
|
||||
replace_child = _unresolved # type: typing.ClassVar[typing.Any]
|
||||
relative_child_offset = _unresolved # type: typing.ClassVar[typing.Any]
|
||||
has_member = _unresolved # type: typing.ClassVar[typing.Any]
|
||||
|
||||
def __call__(self,
|
||||
context: interfaces.context.ContextInterface,
|
||||
|
||||
Reference in New Issue
Block a user