We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66beb7 commit b921ee7Copy full SHA for b921ee7
tools/Forensicsim_Parser.py
@@ -88,7 +88,7 @@
88
# Factory that defines the name and details of the module and allows Autopsy
89
# to create instances of the modules that will do the analysis.
90
class ForensicIMIngestModuleFactory(IngestModuleFactoryAdapter):
91
- def __init__(self) -> None:
+ def __init__(self):
92
self.settings = None
93
94
moduleName = "Microsoft Teams Parser"
0 commit comments