Skip to content

Commit 5ec677d

Browse files
mypy
1 parent ac6f631 commit 5ec677d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_name(coro):
3131

3232

3333
def _wrap_coroutine(wrapped):
34-
# type: Coroutine[Any, Any, Any] -> Coroutine[Any, Any, Any]
34+
# type: (Coroutine[Any, Any, Any]) -> Coroutine[Any, Any, Any]
3535
# Only __name__ and __qualname__ are copied from function to coroutine in CPython
3636
return functools.partial(
3737
functools.update_wrapper,

0 commit comments

Comments
 (0)