From 1f6c09e54ab53403fe0236c46f69b896713abddc Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 16 Jan 2017 17:53:34 -0500 Subject: Fix lint issues --- python/types.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/types.py') 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): -- cgit v1.3.1