Revert back to union to avoid failed tests

This commit is contained in:
Andrew Case
2024-09-10 14:55:00 -05:00
parent b7e604d63f
commit b40c20dd7f
@@ -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,