Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
benmezger committed May 3, 2024
1 parent 148aa0b commit cec9648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyretries/retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def retry(
"""

def decorator_retry(
func: FuncT[ReturnT],
func: FuncT[t.Any],
) -> FuncT[ReturnT]:
@functools.wraps(func)
def wrapper_retry(*args, **kwargs):
Expand Down

0 comments on commit cec9648

Please sign in to comment.