Skip to content

Commit

Permalink
Fix a stylistic inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Oct 10, 2024
1 parent 9a3ec81 commit 6a18d4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frida/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def _filter_missing_kwargs(d: MutableMapping[Any, Any]) -> None:
R = TypeVar("R")
P = ParamSpec("P")


def cancellable(f: Callable[P, R]) -> Callable[P, R]:
@functools.wraps(f)
def wrapper(*args: P.args, **kwargs: P.kwargs) -> R:
Expand Down

0 comments on commit 6a18d4c

Please sign in to comment.