summaryrefslogtreecommitdiff
path: root/python/function.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-05-20 17:17:47 -0400
committerJordan Wiens <jordan@psifertex.com>2025-05-20 17:17:52 -0400
commitb93fab7e210e7a47722ae9933b2461e68ead99a5 (patch)
tree2c6598e7516b8d52f7b0cfb60603bfd94d88e062 /python/function.py
parent51d58f64067f55f4ea8d2beb54ca18d20946dc24 (diff)
add missing import
Diffstat (limited to 'python/function.py')
-rw-r--r--python/function.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/function.py b/python/function.py
index 2a3e2228..1f966f01 100644
--- a/python/function.py
+++ b/python/function.py
@@ -31,6 +31,7 @@ from .enums import (
HighlightColorStyle, DisassemblyOption, IntegerDisplayType, FunctionAnalysisSkipOverride, FunctionUpdateType,
BuiltinType
)
+from .commonil import Localcall
from . import associateddatastore # Required in the main scope due to being an argument for _FunctionAssociatedDataStore
from . import types