mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-23 10:04:52 +02:00
Core: Fix up yet another typo
This commit is contained in:
@@ -58,7 +58,7 @@ class TypeRendererInterface:
|
||||
def options(self):
|
||||
return self._options
|
||||
|
||||
def render(self, data: Union[T,BaseAbsentValue] -> Any:
|
||||
def render(self, data: Union[T,BaseAbsentValue]) -> Any:
|
||||
"""Renders a specific datatype"""
|
||||
return ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user