summaryrefslogtreecommitdiff
path: root/python/typelibrary.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/typelibrary.py')
-rw-r--r--python/typelibrary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/typelibrary.py b/python/typelibrary.py
index 2a1a5bab..3dc3dbfa 100644
--- a/python/typelibrary.py
+++ b/python/typelibrary.py
@@ -30,7 +30,7 @@ from . import platform
from . import architecture
-class TypeLibrary(object):
+class TypeLibrary:
def __init__(self, handle):
self.handle = core.handle_of_type(handle, core.BNTypeLibrary)