Skip to content

Commit b93fab7

Browse files
committed
add missing import
1 parent 51d58f6 commit b93fab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/function.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
HighlightColorStyle, DisassemblyOption, IntegerDisplayType, FunctionAnalysisSkipOverride, FunctionUpdateType,
3232
BuiltinType
3333
)
34+
from .commonil import Localcall
3435

3536
from . import associateddatastore # Required in the main scope due to being an argument for _FunctionAssociatedDataStore
3637
from . import types

0 commit comments

Comments
 (0)