Skip to content

Commit 4ac8df8

Browse files
committed
work in review comments
1 parent 1c9a231 commit 4ac8df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry_sdk/integrations/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from sentry_sdk.utils import logger
55

6-
from typing import TYPE_CHECKING, Any
6+
from typing import TYPE_CHECKING
77

88
if TYPE_CHECKING:
99
from collections.abc import Sequence
@@ -172,7 +172,7 @@ def iter_default_integrations(with_auto_enabling_integrations):
172172

173173

174174
_INTEGRATION_DEACTIVATES = {
175-
"langchain": ["openai", "anthropic"],
175+
"langchain": {"openai", "anthropic"},
176176
}
177177

178178

0 commit comments

Comments
 (0)