Improve typing information for verinfo.

This commit is contained in:
Mike Auty
2018-09-01 22:14:34 +01:00
parent 0550186ed2
commit 312e74cd08
+1 -1
View File
@@ -37,7 +37,7 @@ class VerInfo(interfaces_plugins.PluginInterface):
context: interfaces.context.ContextInterface,
pe_table_name: str,
layer_name: str,
base_address: int) -> dict:
base_address: int) -> typing.Dict[str, typing.Any]:
"""Get File and Product version information from PE files
Args: