Skip to content

Commit ce02a56

Browse files
committed
Add type hints to Tools/patchcheck/patchcheck.py
- Added type annotations to all functions - Added typing imports (Callable, Optional) - Applied ruff formatting for consistency
1 parent 0c22014 commit ce02a56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tools/patchcheck/patchcheck.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ def call_fxn(*args, **kwargs):
3939
else:
4040
print("yes" if result else "NO")
4141
return result
42-
4342
return call_fxn
44-
4543
return decorated_fxn
4644

4745

0 commit comments

Comments
 (0)