From 40f3eb0bbc2b985702628e0009631f7019d30b60 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:10:13 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyvex/lifting/util/syntax_wrapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyvex/lifting/util/syntax_wrapper.py b/pyvex/lifting/util/syntax_wrapper.py index af9fb82c..3b7ce9a8 100644 --- a/pyvex/lifting/util/syntax_wrapper.py +++ b/pyvex/lifting/util/syntax_wrapper.py @@ -6,6 +6,7 @@ from .vex_helper import IRSBCustomizer, Type + def checkparams(rhstype=None): def decorator(fn): @functools.wraps(fn)