summaryrefslogtreecommitdiff
path: root/python/types.py
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2017-01-16 17:53:34 -0500
committerRusty Wagner <rusty@vector35.com>2017-01-16 17:53:34 -0500
commit1f6c09e54ab53403fe0236c46f69b896713abddc (patch)
tree9883c57e28e85c7f84755f43c7b86448af9c13df /python/types.py
parent41acb3d72d6ec23620a744b7f84c8359e425b30b (diff)
Fix lint issues
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):