fix: mypy

This commit is contained in:
Javier Martinez 2024-09-11 16:24:53 +02:00
parent d67d0c0f5e
commit 6177913544
No known key found for this signature in database
2 changed files with 8 additions and 2 deletions

View file

@ -28,4 +28,4 @@ def retry(
jitter=jitter,
logger=logger,
)
return wrapped # type: ignore
return wrapped # type: ignore