summaryrefslogtreecommitdiff
path: root/python/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/types.py')
-rw-r--r--python/types.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/types.py b/python/types.py
index 757f88aa..0470ea73 100644
--- a/python/types.py
+++ b/python/types.py
@@ -24,7 +24,6 @@ import ctypes
import _binaryninjacore as core
from enums import SymbolType, TypeClass, NamedTypeReferenceClass
import callingconvention
-import demangle
class QualifiedName(object):