From c549cb94942c955f352f965bda996ffaa34cf56f Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Sun, 9 Jul 2023 15:49:29 -0400 Subject: Fix broken python bindings --- python/typelibrary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/typelibrary.py b/python/typelibrary.py index adc3919d..eff60781 100644 --- a/python/typelibrary.py +++ b/python/typelibrary.py @@ -43,7 +43,7 @@ class TypeLibrary: return f"" @staticmethod - def new(arch: architecture.Architecture, name:str) -> 'TypeLibrary': + def new(arch: 'architecture.Architecture', name:str) -> 'TypeLibrary': """ Creates an empty type library object with a random GUID and the provided name. -- cgit v1.3.1