We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b59c30 commit 3bf2e2fCopy full SHA for 3bf2e2f
1 file changed
threaded/_threadpooled.py
@@ -96,7 +96,7 @@ def __init__(
96
97
@property
98
def loop_getter(
99
- self
+ self,
100
) -> typing.Optional[typing.Union[typing.Callable[..., asyncio.AbstractEventLoop], asyncio.AbstractEventLoop]]:
101
"""Loop getter.
102
0 commit comments