summaryrefslogtreecommitdiff
path: root/python/lowlevelil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/lowlevelil.py')
-rw-r--r--python/lowlevelil.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index 333bb5a1..272b2474 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -722,7 +722,6 @@ class LowLevelILFunction(object):
LLFC_NO !overflow No overflow
======================= ========== ===============================
"""
- from binaryninja import mediumlevelil
def __init__(self, arch, handle = None, source_func = None):
self.arch = arch
self.source_function = source_func