Skip to content

Commit 66598f5

Browse files
committed
Core: Second fix is the charm...
1 parent c8e53ff commit 66598f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/interfaces/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def object_from_symbol(
253253
symbol_name: str,
254254
native_layer_name: Optional[str] = None,
255255
absolute: bool = False,
256-
object_type: Optional[Union[str, interfaces.objects.ObjectInterface]] = None,
256+
object_type: Optional[Union[str, "interfaces.objects.ObjectInterface"]] = None,
257257
**kwargs,
258258
) -> "interfaces.objects.ObjectInterface":
259259
"""Returns an object created using the symbol_table_name and layer_name

0 commit comments

Comments
 (0)