Update volatility3/framework/automagic/symbol_cache.py

Quite right, thanks for the catch!  5:)

Co-authored-by: Donghyun Kim <digitalisx99@gmail.com>
This commit is contained in:
ikelos
2022-07-20 20:46:20 +01:00
committed by Mike Auty
co-authored by Donghyun Kim
parent 6f34e1350e
commit 98f7fe1743
@@ -151,7 +151,7 @@ class CacheManagerInterface(interfaces.configuration.VersionableInterface):
Returns:
A tuple of base_types, types, enums, symbols, or None is location not found"""
def get_hash(self, location: str) -> bool:
def get_hash(self, location: str) -> Optional[str]:
"""Returns the hash of the JSON from within a location ISF"""