We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ee9af commit 1111a21Copy full SHA for 1111a21
sentry_sdk/integrations/asyncio.py
@@ -20,7 +20,7 @@
20
21
from sentry_sdk._types import ExcInfo
22
23
- F = TypeVar("T", bound=Callable[..., Any])
+ T = TypeVar("T", bound=Callable[..., Any])
24
25
26
def get_name(coro):
0 commit comments