Skip to content

Commit 970b628

Browse files
committed
liiiiiint
1 parent cd25110 commit 970b628

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sentry_sdk/integrations/asyncpg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
)
2121

2222
try:
23-
import asyncpg # type: ignore[import-untyped]
24-
from asyncpg.cursor import ( # type: ignore[import-untyped]
23+
import asyncpg # type: ignore
24+
from asyncpg.cursor import ( # type: ignore
2525
BaseCursor,
2626
Cursor,
2727
CursorIterator,

0 commit comments

Comments
 (0)