Skip to content

Commit ea170e6

Browse files
committed
fix: linting issue
1 parent 1db3a25 commit ea170e6

File tree

1 file changed

+1
-1
lines changed
  • sentry_sdk/integrations/pydantic_ai

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/pydantic_ai/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import TYPE_CHECKING
88

99
if TYPE_CHECKING:
10-
from typing import Any # type: ignore
10+
from typing import Any
1111

1212

1313
def _should_send_prompts():

0 commit comments

Comments
 (0)