Skip to content

Commit 6d67af2

Browse files
committed
fixing static check fix
1 parent eabf92c commit 6d67af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/in_container/run_signature_consistency_verify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def verify_signature_consistency():
9898
operator_params = get_operator_params(operator_path)
9999
missing_in_decorator = operator_params - decorator_params
100100

101-
ignored = {"kwargs", "args", "self"}
101+
ignored = {"kwargs", "args", "self","python_callable","op_args","op_kwargs"}
102102
missing_in_decorator -= ignored
103103
if missing_in_decorator:
104104
failure = True

0 commit comments

Comments
 (0)