Skip to content

Commit 492b4db

Browse files
committed
see if this fixes the linter
1 parent e06f55d commit 492b4db

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
@@ -21,8 +21,8 @@
2121
)
2222

2323
try:
24-
import asyncpg # type: ignore[import-untyped]
25-
from asyncpg.cursor import ( # type: ignore[import-untyped]
24+
import asyncpg # type: ignore[import-not-found]
25+
from asyncpg.cursor import ( # type: ignore
2626
BaseCursor,
2727
Cursor,
2828
CursorIterator,

0 commit comments

Comments
 (0)