mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 03:37:39 +02:00
Revert back to union to avoid failed tests
This commit is contained in:
@@ -61,7 +61,7 @@ class PESymbolFinder:
|
||||
cached_int_dict = Dict[str, Optional[int]]
|
||||
|
||||
cached_value = Union[int, str, None]
|
||||
cached_value_dict = Dict[str, Dict[str, List[str]] | Dict[str, List[int]]]
|
||||
cached_value_dict = Dict[str, Union[Dict[str, List[str]], Dict[str, List[int]]]]
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user