We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d311f87 commit e76ebd7Copy full SHA for e76ebd7
threaded/_threadpooled.py
@@ -140,7 +140,7 @@ def _get_function_wrapper(
140
@functools.wraps(prepared)
141
def wrapper(
142
*args: typing.Any, **kwargs: typing.Any
143
- ) -> typing.Union["concurrent.futures.Future[typing.Any]", "typing.Awaitable[typing.Any]",]:
+ ) -> typing.Union["concurrent.futures.Future[typing.Any]", "typing.Awaitable[typing.Any]"]:
144
"""Main function wrapper.
145
146
:return: coroutine or function
0 commit comments