diff options
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py index 88779630..26d20edd 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -7322,7 +7322,7 @@ class BinaryView: raise TypeError("Removal is only supported with a Component or string representing its Guid") - def get_function_parent_components(self, function: 'function.Function') -> List['component.Component']: + def get_function_parent_components(self, function: '_function.Function') -> List['component.Component']: _components = [] count = ctypes.c_ulonglong(0) bn_components = core.BNGetFunctionParentComponents(self.handle, function.handle, count) |
