diff options
| author | Rusty Wagner <rusty@vector35.com> | 2017-01-16 17:53:34 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2017-01-16 17:53:34 -0500 |
| commit | 1f6c09e54ab53403fe0236c46f69b896713abddc (patch) | |
| tree | 9883c57e28e85c7f84755f43c7b86448af9c13df /python/types.py | |
| parent | 41acb3d72d6ec23620a744b7f84c8359e425b30b (diff) | |
Fix lint issues
Diffstat (limited to 'python/types.py')
| -rw-r--r-- | python/types.py | 1 |
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): |
