From d37f7abfe4c1b23426b0fbdc85ae31788602ff28 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 24 Jun 2021 09:19:08 -0400 Subject: Don't inherit from object anymore --- python/typelibrary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/typelibrary.py') 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) -- cgit v1.3.1