Skip to content

Commit aa6a934

Browse files
committed
ci: fix mypy
mypy changed the type of error reported Change-Id: Ice231e0e04dfafc5f421e6d3b416c1504bcef77d
1 parent 0f55245 commit aa6a934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tenacity/tornadoweb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(
3737
super().__init__(**kwargs)
3838
self.sleep = sleep
3939

40-
@gen.coroutine # type: ignore[misc]
40+
@gen.coroutine # type: ignore[untyped-decorator]
4141
def __call__(
4242
self,
4343
fn: "typing.Callable[..., typing.Union[typing.Generator[typing.Any, typing.Any, _RetValT], Future[_RetValT]]]",

0 commit comments

Comments
 (0)