Fix up typing information.

This commit is contained in:
Mike Auty
2018-10-14 23:03:58 +01:00
parent d799d4edd8
commit ff3bae0804
+1 -1
View File
@@ -73,7 +73,7 @@ class VerInfo(interfaces_plugins.PluginInterface):
def _generator(self,
procs: typing.Generator[interfaces.objects.ObjectInterface, None, None],
mods: typing.Generator[interfaces.context.ModuleInterface, None, None],
mods: typing.Generator[interfaces.objects.ObjectInterface, None, None],
session_layers: typing.Generator[str, None, None]):
"""Generates a list of PE file version info for processes, dlls, and modules.