Add some typing fixes.

This commit is contained in:
Mike Auty
2018-06-16 14:19:36 +01:00
parent 60df83ef15
commit c0ec52822b
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class VadInfo(interfaces_plugins.PluginInterface):
values = ntkrnlmp.object(type_name = "array", offset = kvo + addr,
subtype = ntkrnlmp.get_type("int"),
count = 32)
return values
return values # type: ignore
@classmethod
def list_vads(cls, proc: interfaces.objects.ObjectInterface,