diff --git a/tools/Forensicsim_Parser.py b/tools/Forensicsim_Parser.py index ce35ec1..3b35d94 100644 --- a/tools/Forensicsim_Parser.py +++ b/tools/Forensicsim_Parser.py @@ -88,7 +88,7 @@ # Factory that defines the name and details of the module and allows Autopsy # to create instances of the modules that will do the analysis. class ForensicIMIngestModuleFactory(IngestModuleFactoryAdapter): - def __init__(self) -> None: + def __init__(self): self.settings = None moduleName = "Microsoft Teams Parser"