diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/typelibrary.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"<typelib '{self.name}':{self.arch.name}>" @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. |
