We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6f631 commit 5ec677dCopy full SHA for 5ec677d
sentry_sdk/integrations/asyncio.py
@@ -31,7 +31,7 @@ def get_name(coro):
31
32
33
def _wrap_coroutine(wrapped):
34
- # type: Coroutine[Any, Any, Any] -> Coroutine[Any, Any, Any]
+ # type: (Coroutine[Any, Any, Any]) -> Coroutine[Any, Any, Any]
35
# Only __name__ and __qualname__ are copied from function to coroutine in CPython
36
return functools.partial(
37
functools.update_wrapper,
0 commit comments