From a4d8c302a6d0e852331c06869a28be21fe78b102 Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 15 Feb 2025 20:11:55 +0800 Subject: [PATCH] Format by removing extra empty lines --- bindings/python/unicorn/unicorn_py3/unicorn.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindings/python/unicorn/unicorn_py3/unicorn.py b/bindings/python/unicorn/unicorn_py3/unicorn.py index a89373c8..61421b40 100644 --- a/bindings/python/unicorn/unicorn_py3/unicorn.py +++ b/bindings/python/unicorn/unicorn_py3/unicorn.py @@ -634,8 +634,6 @@ class Uc(RegStateManager): # Code snippet modified from: # https://stackoverflow.com/questions/2536307/decorators-in-the-python-standard-lib-deprecated-specifically - - @staticmethod def __deprecated(msg: str): __rT = TypeVar('rT') # return type