Skip to content

Commit 1111a21

Browse files
.
1 parent b5ee9af commit 1111a21

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
@@ -20,7 +20,7 @@
2020

2121
from sentry_sdk._types import ExcInfo
2222

23-
F = TypeVar("T", bound=Callable[..., Any])
23+
T = TypeVar("T", bound=Callable[..., Any])
2424

2525

2626
def get_name(coro):

0 commit comments

Comments
 (0)